Commit 4a3fbdf7 authored by Brett Cannon's avatar Brett Cannon

Remove a dead XXX comment.

parent 2242b90f
...@@ -176,7 +176,6 @@ class RelativeImports(unittest.TestCase): ...@@ -176,7 +176,6 @@ class RelativeImports(unittest.TestCase):
# Test importing from a different package than the caller. # Test importing from a different package than the caller.
# in pkg.subpkg1.mod # in pkg.subpkg1.mod
# from ..subpkg2 import mod # from ..subpkg2 import mod
# XXX
create = ['__runpy_pkg__.__init__', create = ['__runpy_pkg__.__init__',
'__runpy_pkg__.__runpy_pkg__.__init__', '__runpy_pkg__.__runpy_pkg__.__init__',
'__runpy_pkg__.uncle.__init__', '__runpy_pkg__.uncle.__init__',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment