[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewService.py:1.1.2.8.6.2
Casey Duncan
casey@zope.com
Tue, 9 Apr 2002 12:45:51 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv15587
Modified Files:
Tag: casey-security-reorg-branch
ZMIViewService.py
Log Message:
Removed debug code
=== Zope3/lib/python/Zope/App/ZMI/ZMIViewService.py 1.1.2.8.6.1 => 1.1.2.8.6.2 ===
res.append( view_value )
- print res
+
return res
def _createContext(self, object):