[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewUtility.py:1.1.2.2

Kapil k_vertigo@yahoo.com
Fri, 1 Feb 2002 12:43:20 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	ZMIViewUtility.py 
Log Message:
added in management tab display. changed name of view utility method for clarity



=== Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py 1.1.2.1 => 1.1.2.2 ===
     __implements__ = IBrowserPublisher
 
-    def views(self):
+    def getZMIViews(self):
+
         context = self.getContext()
         zmi_view_service = getService(context, 'ZMIViewService')
         views = zmi_view_service.getViews(context)