[Zope3-checkins] CVS: Zope3/src/zope/app/process - bootstrap.py:1.27
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:45 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/process
Modified Files:
bootstrap.py
Log Message:
Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.
=== Zope3/src/zope/app/process/bootstrap.py 1.26 => 1.27 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.26 Thu Mar 11 04:19:33 2004
+++ Zope3/src/zope/app/process/bootstrap.py Thu Mar 11 07:38:14 2004
@@ -37,7 +37,6 @@
from zope.app.hub import ObjectHub, Registration
from zope.app.event.localservice import EventService
from zope.app.errorservice import RootErrorReportingService
-from zope.app.services.utility import LocalUtilityService
from zope.app.services.principalannotation import PrincipalAnnotationService
from zope.app.event import function
from zope.app.hub.interfaces import ISubscriptionControl
@@ -46,7 +45,7 @@
IBrowserIdManager, ISessionDataContainer
from zope.app.session import \
CookieBrowserIdManager, PersistentSessionDataContainer
-from zope.app.services.utility import UtilityRegistration
+from zope.app.utility import UtilityRegistration, LocalUtilityService
class BootstrapSubscriberBase:
"""A startup event subscriber base class.
More information about the Zope3-Checkins
mailing list