From 50ad588c33d6a41e5318ef9ff1a3d8ff351514f7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 17 Apr 2010 00:31:11 +0000 Subject: [PATCH] Remove unnecessary XXX --- Lib/importlib/test/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/importlib/test/__main__.py b/Lib/importlib/test/__main__.py index 83292641744b..decc53d8c5af 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: -- 2.47.3