[Python-checkins] r70254 - python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py

brett.cannon python-checkins at python.org
Mon Mar 9 02:58:14 CET 2009


Author: brett.cannon
Date: Mon Mar  9 02:58:13 2009
New Revision: 70254

Log:
Remove a dead XXX comment.


Modified:
   python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py

Modified: python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py
==============================================================================
--- python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py	(original)
+++ python/branches/py3k/Lib/importlib/test/import_/test_relative_imports.py	Mon Mar  9 02:58:13 2009
@@ -176,7 +176,6 @@
         # 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__',


More information about the Python-checkins mailing list