There was an error while loading. Please reload this page.
1 parent aeaead6 commit 3afb7e4Copy full SHA for 3afb7e4
1 file changed
Lib/test/test_capi/test_marshal.py
@@ -1,8 +1,11 @@
1
+import marshal
2
+import os.path
3
import unittest
4
5
from test import support
6
from test.support import import_helper
-from test.test_marshal import HelperMixin
7
+from test.support import os_helper
8
+from test.test_marshal import HelperMixin, omit_last_byte
9
10
11
# Skip this test if _testcapi is are not available.
0 commit comments