[Zodb-checkins] CVS: Zope3/src/zope/interface - surrogate.py:1.5 interface.py:1.19

Philipp von Weitershausen philikon at philikon.de
Sun Feb 15 08:04:57 EST 2004


Update of /cvs-repository/Zope3/src/zope/interface
In directory cvs.zope.org:/tmp/cvs-serv22942/src/zope/interface

Modified Files:
	surrogate.py interface.py 
Log Message:
Generators are a standard feature of Python 2.3.


=== Zope3/src/zope/interface/surrogate.py 1.4 => 1.5 ===
--- Zope3/src/zope/interface/surrogate.py:1.4	Mon Feb  9 03:20:11 2004
+++ Zope3/src/zope/interface/surrogate.py	Sun Feb 15 08:04:26 2004
@@ -71,7 +71,6 @@
 #      for multi-adapters.  
 
 
-from __future__ import generators
 import weakref
 from sets import Set
 from zope.interface.ro import ro


=== Zope3/src/zope/interface/interface.py 1.18 => 1.19 ===
--- Zope3/src/zope/interface/interface.py:1.18	Fri Jan 23 11:59:01 2004
+++ Zope3/src/zope/interface/interface.py	Sun Feb 15 08:04:26 2004
@@ -13,11 +13,9 @@
 ##############################################################################
 """Interface object implementation
 
-Revision information:
 $Id$
 """
 
-from __future__ import generators
 import sys
 import weakref
 from types import FunctionType




More information about the Zodb-checkins mailing list