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.
1 parent 02f5bcc commit 1be2d95Copy full SHA for 1be2d95
Lib/unittest/__main__.py
@@ -2,8 +2,7 @@
2
3
import sys
4
if sys.argv[0].endswith("__main__.py"):
5
- # FIXME change to `import os.path` as it was for cpython once `import os.path` works
6
- import os
+ import os.path
7
# We change sys.argv[0] to make help message more useful
8
# use executable without path, unquoted
9
# (it's just a hint anyway)
0 commit comments