[Zope3-checkins] CVS: Zope3/src/zope/app/presentation - presentation.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 06:04:09 EST 2004


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

Modified Files:
	presentation.py 
Log Message:


Moved the persistent interface and type registry code to zope.app.interface.


=== Zope3/src/zope/app/presentation/presentation.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/presentation/presentation.py:1.3	Thu Mar 11 05:18:36 2004
+++ Zope3/src/zope/app/presentation/presentation.py	Thu Mar 11 06:03:38 2004
@@ -28,7 +28,7 @@
 import zope.app.interfaces.services.service
 import zope.app.adapter
 import zope.app.services.field
-import zope.app.interfaces.services.interface
+import zope.app.interface.interfaces
 import zope.app.adapter
 import zope.component.interfaces
 import zope.configuration.exceptions
@@ -52,7 +52,7 @@
         zope.component.interfaces.IPresentationService,
         zope.app.interfaces.services.service.ISimpleService,
         zope.app.interfaces.services.registration.IRegistry,
-        zope.app.interfaces.services.interface.IInterfaceBasedRegistry,
+        zope.app.interface.interfaces.IInterfaceBasedRegistry,
         )
 
     next = base = None




More information about the Zope3-Checkins mailing list