We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edb1d44 + 69c6759 commit 12235a0Copy full SHA for 12235a0
tests/py39compat.py
@@ -1,4 +1,4 @@
1
try:
2
- from test.support.os_helpers import FS_NONASCII
+ from test.support.os_helper import FS_NONASCII
3
except ImportError:
4
from test.support import FS_NONASCII # noqa
0 commit comments