[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewUtility.py:1.5

Steve Alexander steve@cat-box.net
Tue, 22 Oct 2002 15:16:33 -0400


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

Modified Files:
	ZMIViewUtility.py 
Log Message:
Made ZMIViewUtility assert __implements__ = IZMIViewUtility


=== Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py:1.4	Tue Oct 22 08:11:12 2002
+++ Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py	Tue Oct 22 15:16:32 2002
@@ -33,6 +33,8 @@
 
 class ZMIViewUtility(BrowserView):
 
+    __implements__ = IZMIViewUtility
+
     def getZMIViews(self):
 
         context = self.context