[Zodb-checkins] CVS: Zope3/src/zope/interface - type.py:1.8.2.1

Steve Alexander steve at cat-box.net
Thu May 15 11:50:06 EDT 2003


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

Modified Files:
      Tag: stevea-decorators-branch
	type.py 
Log Message:
More work on Decorators.
Converted existing tests to use decorators instead of ZopeContainerAdapter.


=== Zope3/src/zope/interface/type.py 1.8 => 1.8.2.1 ===
--- Zope3/src/zope/interface/type.py:1.8	Sat May  3 12:36:05 2003
+++ Zope3/src/zope/interface/type.py	Thu May 15 10:49:35 2003
@@ -19,7 +19,7 @@
 """
 __metaclass__ = type # All classes are new style when run with Python 2.2+
 
-from zope.interface import Interface, providedBy
+from zope.interface import providedBy
 from zope.interface.interfaces import IInterface
 from zope.interface.interfaces import ITypeRegistry
 




More information about the Zodb-checkins mailing list