[Zope3-checkins] CVS: Zope3/src/zope/app/process - bootstrap.py:1.26
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 04:20:05 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv28114/src/zope/app/process
Modified Files:
bootstrap.py
Log Message:
Moved object hub to zope.app.hub. I did provide module aliases.
=== Zope3/src/zope/app/process/bootstrap.py 1.25 => 1.26 ===
--- Zope3/src/zope/app/process/bootstrap.py:1.25 Thu Mar 11 03:14:07 2004
+++ Zope3/src/zope/app/process/bootstrap.py Thu Mar 11 04:19:33 2004
@@ -34,13 +34,13 @@
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.services.hub import ObjectHub, Registration
+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.interfaces.services.hub import ISubscriptionControl
+from zope.app.hub.interfaces import ISubscriptionControl
from zope.app.container.interfaces import INameChooser
from zope.app.session.interfaces import \
IBrowserIdManager, ISessionDataContainer
More information about the Zope3-Checkins
mailing list