[Python-checkins] r54778 - sandbox/trunk/2to3/fixes/fix_exec.py
collin.winter
python-checkins at python.org
Thu Apr 12 07:44:54 CEST 2007
Author: collin.winter
Date: Thu Apr 12 07:44:54 2007
New Revision: 54778
Modified:
sandbox/trunk/2to3/fixes/fix_exec.py
Log:
Remove an unneeded import from fix_exec.
Modified: sandbox/trunk/2to3/fixes/fix_exec.py
==============================================================================
--- sandbox/trunk/2to3/fixes/fix_exec.py (original)
+++ sandbox/trunk/2to3/fixes/fix_exec.py Thu Apr 12 07:44:54 2007
@@ -11,7 +11,6 @@
# Local imports
import pytree
-from pgen2 import token
from fixes import basefix
from fixes.util import Comma, Name, Call
More information about the Python-checkins
mailing list