[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ContentDirective - ContentDirective.py:1.8.4.1

R. David Murray bitz@bitdance.com
Mon, 21 Oct 2002 19:18:59 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ContentDirective
In directory cvs.zope.org:/tmp/cvs-serv12201/lib/python/Zope/App/ContentDirective

Modified Files:
      Tag: rdmurray-metameta-branch
	ContentDirective.py 
Log Message:
Fix the Interface declarations of the INonEmptyDirectives.  Ideally we ought
to properly declare the IEmptyDirectives, too, but if we consider that
the default case it saves a lot of annoying and somewhat ugly declarations.


=== Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py 1.8 => 1.8.4.1 ===
--- Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py:1.8	Tue Oct  1 08:47:49 2002
+++ Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py	Mon Oct 21 19:18:28 2002
@@ -35,7 +35,7 @@
 
 class ContentDirective:
 
-    __implements__ = INonEmptyDirective
+    __class_implements__ = INonEmptyDirective
 
     def __init__(self, _context, class_):
         self.__id = class_