From ba3fcf17c8bd1ba84cf985b7ff36e6f67974e0ba Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 9 Mar 2009 01:58:13 +0000 Subject: Remove a dead XXX comment. --- Lib/importlib/test/import_/test_relative_imports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/importlib/test/import_/test_relative_imports.py b/Lib/importlib/test/import_/test_relative_imports.py index a1249a0..dca0699 100644 --- a/Lib/importlib/test/import_/test_relative_imports.py +++ b/Lib/importlib/test/import_/test_relative_imports.py @@ -176,7 +176,6 @@ class RelativeImports(unittest.TestCase): # Test importing from a different package than the caller. # in pkg.subpkg1.mod # from ..subpkg2 import mod - # XXX create = ['__runpy_pkg__.__init__', '__runpy_pkg__.__runpy_pkg__.__init__', '__runpy_pkg__.uncle.__init__', -- cgit v0.12