[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ServiceManager - IServiceManager.py:1.1.2.2

Jim Fulton jim@zope.com
Mon, 4 Mar 2002 16:43:46 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ServiceManager
In directory cvs.zope.org:/tmp/cvs-serv23162/ServiceManager

Modified Files:
      Tag: Zope-3x-branch
	IServiceManager.py 
Log Message:
Finished refactoring container manageemnt by moving IContainer and
ContainerTraverser down to Container.


=== Zope3/lib/python/Zope/App/OFS/ServiceManager/IServiceManager.py 1.1.2.1 => 1.1.2.2 ===
 from Interface import Interface
 from Zope.ComponentArchitecture.IServiceService import IServiceService
-from Zope.App.OFS.IContainer import IContainer
+from Zope.App.OFS.Container.IContainer import IContainer
 
 class IServiceManager(IServiceService, IContainer):
     """