[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/interface
- __init__.py:1.6
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:54 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/interface
In directory cvs.zope.org:/tmp/cvs-serv25892/app/browser/services/interface
Modified Files:
__init__.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/browser/services/interface/__init__.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/services/interface/__init__.py:1.5 Fri Aug 15 20:43:00 2003
+++ Zope3/src/zope/app/browser/services/interface/__init__.py Tue Nov 4 22:08:23 2003
@@ -13,7 +13,6 @@
##############################################################################
"""Browser view for the LocalInterfaceService."""
-from __future__ import generators
from zope.interface.interfaces import IMethod
from zope.schema.interfaces import IField
from zope.app.interfaces.services.interface import IInterfaceBasedRegistry
More information about the Zope3-Checkins
mailing list