[Zope3-checkins] CVS: Zope3/src/zope/app/process - bootstrap.py:1.28

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:00 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/process

Modified Files:
	bootstrap.py 
Log Message:


Adjusted imports of placefulsetup and site-related objects.




=== Zope3/src/zope/app/process/bootstrap.py 1.27 => 1.28 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.27	Thu Mar 11 07:38:14 2004
+++ Zope3/src/zope/app/process/bootstrap.py	Sat Mar 13 10:21:28 2004
@@ -32,8 +32,7 @@
 from zope.app.services.servicenames import HubIds, PrincipalAnnotation
 from zope.app.services.servicenames import EventPublication, EventSubscription
 from zope.app.services.servicenames import ErrorLogging, Utilities
-from zope.app.services.service import ServiceManager
-from zope.app.services.service import ServiceRegistration
+from zope.app.site.service import ServiceManager, ServiceRegistration
 from zope.app.hub import ObjectHub, Registration
 from zope.app.event.localservice import EventService
 from zope.app.errorservice import RootErrorReportingService




More information about the Zope3-Checkins mailing list