Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50ad588

Browse files
committed
Remove unnecessary XXX
1 parent 4586781 commit 50ad588

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/importlib/test/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_main():
1818
start_dir = sep.join(parts[:-2])
1919
else:
2020
start_dir = os.path.dirname(__file__)
21-
# XXX 2010-03-18 barry: Fix __file__
2221
top_dir = os.path.dirname(os.path.dirname(start_dir))
2322
test_loader = unittest.TestLoader()
2423
if '--builtin' in sys.argv:

0 commit comments

Comments
 (0)