[Python-checkins] r54778 - sandbox/trunk/2to3/fixes/fix_exec.py (original) (raw)
collin.winter python-checkins at python.org
Thu Apr 12 07:44:54 CEST 2007
- Previous message: [Python-checkins] r54776 - sandbox/trunk/2to3/fixes/fix_except.py
- Next message: [Python-checkins] r54779 - sandbox/trunk/2to3/fixes/fix_input.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] r54776 - sandbox/trunk/2to3/fixes/fix_except.py
- Next message: [Python-checkins] r54779 - sandbox/trunk/2to3/fixes/fix_input.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]