From: Brett Cannon Date: Mon, 9 Mar 2009 01:58:13 +0000 (+0000) Subject: Remove a dead XXX comment. X-Git-Tag: v3.1a2~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba3fcf17c8bd1ba84cf985b7ff36e6f67974e0ba;p=thirdparty%2FPython%2Fcpython.git Remove a dead XXX comment. --- diff --git a/Lib/importlib/test/import_/test_relative_imports.py b/Lib/importlib/test/import_/test_relative_imports.py index a1249a07e4b9..dca069905b5e 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__',