[Zope3-checkins] CVS: Zope3/src/zope/app/component -
globalinterfaceservice.py:1.18
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 4 22:08:54 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv25892/app/component
Modified Files:
globalinterfaceservice.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/component/globalinterfaceservice.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/component/globalinterfaceservice.py:1.17 Sun Aug 17 02:06:15 2003
+++ Zope3/src/zope/app/component/globalinterfaceservice.py Tue Nov 4 22:08:21 2003
@@ -14,8 +14,6 @@
"""
$Id$
"""
-from __future__ import generators
-
__metaclass__ = type
from zope.component.exceptions import ComponentLookupError
More information about the Zope3-Checkins
mailing list