[Zope3-checkins] CVS: Zope3/src/zope/app - location.py:1.4
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:29 EST 2003
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv25892/app
Modified Files:
location.py
Log Message:
Remove code that isn't needed now that we require Python 2.3.
Cases include future statements for generators, special case
definitions of builtins like basestring and enumerate, a few uses of
types that are unnecessary.
=== Zope3/src/zope/app/location.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/location.py:1.3 Wed Sep 24 17:00:39 2003
+++ Zope3/src/zope/app/location.py Tue Nov 4 22:08:27 2003
@@ -15,7 +15,6 @@
$Id$
"""
-from __future__ import generators
import zope.interface
from zope.app import zapi
from zope.app.interfaces.location import ILocation
More information about the Zope3-Checkins
mailing list