[Python-checkins] r73093 - sandbox/trunk/2to3/lib2to3/tests/test_pytree.py
benjamin.peterson
python-checkins at python.org
Mon Jun 1 04:01:39 CEST 2009
Author: benjamin.peterson
Date: Mon Jun 1 04:01:39 2009
New Revision: 73093
Log:
remove dated comment
Modified:
sandbox/trunk/2to3/lib2to3/tests/test_pytree.py
Modified: sandbox/trunk/2to3/lib2to3/tests/test_pytree.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/test_pytree.py (original)
+++ sandbox/trunk/2to3/lib2to3/tests/test_pytree.py Mon Jun 1 04:01:39 2009
@@ -15,8 +15,7 @@
# Testing imports
from . import support
-# Local imports (XXX should become a package)
-from .. import pytree
+from lib2to3 import pytree
try:
sorted
More information about the Python-checkins
mailing list