[Zope3-checkins] CVS: Zope3/src/zope/app/bundle/browser - __init__.py:1.3

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:41 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/bundle/browser
In directory cvs.zope.org:/tmp/cvs-serv27233/src/zope/app/bundle/browser

Modified Files:
	__init__.py 
Log Message:


Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.


=== Zope3/src/zope/app/bundle/browser/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/bundle/browser/__init__.py:1.2	Sat Mar 13 10:21:10 2004
+++ Zope3/src/zope/app/bundle/browser/__init__.py	Sat Mar 13 13:01:10 2004
@@ -36,7 +36,7 @@
 from zope.app import zapi
 from zope.app.i18n import ZopeMessageIDFactory as _
 from zope.app.container.interfaces import IReadContainer
-from zope.app.interfaces.services.registration import \
+from zope.app.registration.interfaces import \
      IRegistration, RegisteredStatus, ActiveStatus, UnregisteredStatus
 from zope.app.site.interfaces import IServiceRegistration
 from zope.component import ComponentLookupError




More information about the Zope3-Checkins mailing list