Thanks to visit codestin.com Credit goes to github.com
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 4586781 commit 50ad588Copy full SHA for 50ad588
1 file changed
Lib/importlib/test/__main__.py
@@ -18,7 +18,6 @@ def test_main():
18
start_dir = sep.join(parts[:-2])
19
else:
20
start_dir = os.path.dirname(__file__)
21
- # XXX 2010-03-18 barry: Fix __file__
22
top_dir = os.path.dirname(os.path.dirname(start_dir))
23
test_loader = unittest.TestLoader()
24
if '--builtin' in sys.argv:
0 commit comments