Skip to content

Commit 69c6759

Browse files
committed
Use os_helper to fix ImportError in Python 3.10
1 parent 81bccbc commit 69c6759

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)