[Zope3-checkins] CVS: Products3/demo/messageboard/step6 -
interfaces.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Aug 21 15:46:29 EDT 2003
Update of /cvs-repository/Products3/demo/messageboard/step6
In directory cvs.zope.org:/tmp/cvs-serv28812/step6
Modified Files:
interfaces.py
Log Message:
Updated Step 6
=== Products3/demo/messageboard/step6/interfaces.py 1.1 => 1.2 ===
--- Products3/demo/messageboard/step6/interfaces.py:1.1 Thu Jul 10 16:33:53 2003
+++ Products3/demo/messageboard/step6/interfaces.py Thu Aug 21 14:45:58 2003
@@ -20,7 +20,7 @@
from zope.app.interfaces.container import IContainer
from zope.schema.interfaces import IText
-from zope.interface.implements import implements
+from zope.interface import classImplements
from zope.schema import Text, TextLine, Container
from fields import HTML
@@ -78,4 +78,4 @@
required=False)
# To avoid recursive imports:
-implements(HTML, IHTML)
+classImplements(HTML, IHTML)
More information about the Zope3-Checkins
mailing list