[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser - Contents.py:1.1.2.3
Stephan Richter
srichter@cbu.edu
Wed, 27 Mar 2002 11:32:23 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv22834/lib/python/Zope/App/OFS/ServiceManager/Views/Browser
Modified Files:
Tag: Zope-3x-branch
Contents.py
Log Message:
- Test fixes after massive checkin.
Still a set of tests is broken and do not know why.
=== Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser/Contents.py 1.1.2.2 => 1.1.2.3 ===
from Zope.App.OFS.Container.Views.Browser.Contents import Contents
-from Zope.App.OFS.Folder.FolderContents import FolderContents
+from Zope.App.OFS.Folder.Views.Browser.FolderContents import FolderContents
from Interface.Implements import flattenInterfaces, objectImplements
class ServiceManagerContents(Contents):