Skip to content

Commit 3afb7e4

Browse files
committed
Add missing imports
1 parent aeaead6 commit 3afb7e4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lib/test/test_capi/test_marshal.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
import marshal
2+
import os.path
13
import unittest
24

35
from test import support
46
from test.support import import_helper
5-
from test.test_marshal import HelperMixin
7+
from test.support import os_helper
8+
from test.test_marshal import HelperMixin, omit_last_byte
69

710

811
# Skip this test if _testcapi is are not available.

0 commit comments

Comments
 (0)