Skip to content

Commit 12235a0

Browse files
authored
Merge pull request #307 from tirkarthi/fix-import
Use os_helper to fix ImportError in Python 3.10
2 parents edb1d44 + 69c6759 commit 12235a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py39compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
try:
2-
from test.support.os_helpers import FS_NONASCII
2+
from test.support.os_helper import FS_NONASCII
33
except ImportError:
44
from test.support import FS_NONASCII # noqa

0 commit comments

Comments
 (0)