[Zope3-checkins] CVS: Zope3/src/zope/interface - interface.py:1.14

Philipp von Weitershausen cvs-admin at zope.org
Fri Nov 21 02:49:13 EST 2003


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

Modified Files:
	interface.py 
Log Message:
interfacegeddon was a long, long time ago


=== Zope3/src/zope/interface/interface.py 1.13 => 1.14 ===
--- Zope3/src/zope/interface/interface.py:1.13	Fri Oct  3 16:36:30 2003
+++ Zope3/src/zope/interface/interface.py	Fri Nov 21 02:49:11 2003
@@ -28,7 +28,7 @@
     # We can't say this yet because we don't have enough
     # infrastructure in place.
     #
-    #__implements__ = IElement
+    #implements(IElement)
 
     def __init__(self, __name__, __doc__=''):
         """Create an 'attribute' description
@@ -68,7 +68,7 @@
     # We can't say this yet because we don't have enough
     # infrastructure in place.
     #
-    #__implements__ = IInterface
+    #implements(IInterface)
 
     def __init__(self, name, bases=(), attrs=None, __doc__=None,
                  __module__=None):




More information about the Zope3-Checkins mailing list