[Python-checkins] r67901 - sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py

benjamin.peterson python-checkins at python.org
Mon Dec 22 21:09:55 CET 2008


Author: benjamin.peterson
Date: Mon Dec 22 21:09:55 2008
New Revision: 67901

Log:
remove unused import

Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py	Mon Dec 22 21:09:55 2008
@@ -7,7 +7,6 @@
 exec() function.
 """
 
-from .. import pytree
 from .. import fixer_base
 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
                           ArgList, String, syms)


More information about the Python-checkins mailing list