[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser - Contents.py:1.4
Jim Fulton
jim@zope.com
Fri, 20 Dec 2002 18:12:38 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8273/Views/Browser
Modified Files:
Contents.py
Log Message:
Got rid of the no-longer needed FolderContents, since
navigation to anfd creation of service managers is now accomplished
via the actions menu.
=== Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/Contents.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/Contents.py:1.3 Sun Jun 23 13:03:43 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/RoleService/Views/Browser/Contents.py Fri Dec 20 18:12:37 2002
@@ -17,9 +17,6 @@
"""
from Zope.App.OFS.Container.Views.Browser.Contents import Contents
-from Zope.App.OFS.Content.Folder.Views.Browser.FolderContents \
- import FolderContents
-from Interface.Implements import flattenInterfaces, objectImplements
class Contents(Contents):
pass