[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - meta.py:1.12

R. David Murray bitz@bitdance.com
Thu, 19 Sep 2002 11:09:58 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv16007/lib/python/Zope/Configuration

Modified Files:
	meta.py 
Log Message:
Add missing implements on DirectiveNamespace.


=== Zope3/lib/python/Zope/Configuration/meta.py 1.11 => 1.12 ===
--- Zope3/lib/python/Zope/Configuration/meta.py:1.11	Wed Sep 18 14:52:40 2002
+++ Zope3/lib/python/Zope/Configuration/meta.py	Thu Sep 19 11:09:58 2002
@@ -271,6 +271,7 @@
 class DirectiveNamespace:
 
     __class_implements__ = INonEmptyDirective
+    __implements__ = ISubdirectiveHandler
 
     def __init__(self, _context, namespace):
         self._namespace = namespace