diff options
author | Barry Warsaw <barry@python.org> | 2010-04-17 00:31:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-04-17 00:31:11 (GMT) |
commit | 50ad588c33d6a41e5318ef9ff1a3d8ff351514f7 (patch) | |
tree | b812d1c925a88719fcc6d5ddc42fc2c5ea8cd25f /Lib/importlib | |
parent | 4586781297873b8578331dfba8ff0af53875f05b (diff) | |
download | cpython-50ad588c33d6a41e5318ef9ff1a3d8ff351514f7.zip cpython-50ad588c33d6a41e5318ef9ff1a3d8ff351514f7.tar.gz cpython-50ad588c33d6a41e5318ef9ff1a3d8ff351514f7.tar.bz2 |
Remove unnecessary XXX
Diffstat (limited to 'Lib/importlib')
-rw-r--r-- | Lib/importlib/test/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/test/__main__.py b/Lib/importlib/test/__main__.py index 8329264..decc53d 100644 --- a/Lib/importlib/test/__main__.py +++ b/Lib/importlib/test/__main__.py @@ -18,7 +18,6 @@ def test_main(): start_dir = sep.join(parts[:-2]) else: start_dir = os.path.dirname(__file__) - # XXX 2010-03-18 barry: Fix __file__ top_dir = os.path.dirname(os.path.dirname(start_dir)) test_loader = unittest.TestLoader() if '--builtin' in sys.argv: |