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

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:43 EST 2004


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

Modified Files:
	bootstrap.py 
Log Message:
Moved servicenames to zope.app.


=== Zope3/src/zope/app/process/bootstrap.py 1.29 => 1.30 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.29	Sat Mar 13 13:44:48 2004
+++ Zope3/src/zope/app/process/bootstrap.py	Sat Mar 13 18:55:12 2004
@@ -29,9 +29,9 @@
 from zope.app.traversing import traverse, traverseName
 from zope.app.publication.zopepublication import ZopePublication
 from zope.app.folder import rootFolder
-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.servicenames import HubIds, PrincipalAnnotation
+from zope.app.servicenames import EventPublication, EventSubscription
+from zope.app.servicenames import ErrorLogging, Utilities
 from zope.app.site.service import ServiceManager, ServiceRegistration
 from zope.app.hub import ObjectHub, Registration
 from zope.app.event.localservice import EventService




More information about the Zope3-Checkins mailing list