[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - contents.py:1.17.10.1
Steve Alexander
steve@cat-box.net
Thu, 15 May 2003 10:49:56 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv12712/src/zope/app/browser/container
Modified Files:
Tag: stevea-decorators-branch
contents.py
Log Message:
More work on Decorators.
Converted existing tests to use decorators instead of ZopeContainerAdapter.
=== Zope3/src/zope/app/browser/container/contents.py 1.17 => 1.17.10.1 ===
--- Zope3/src/zope/app/browser/container/contents.py:1.17 Wed Apr 30 19:37:50 2003
+++ Zope3/src/zope/app/browser/container/contents.py Thu May 15 10:49:25 2003
@@ -151,7 +151,6 @@
return False
-
def listContentInfo(self):
return map(self._extractContentInfo,
getAdapter(self.context, IZopeContainer).items())