[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/service - __init__.py:1.26

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


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

Modified Files:
	__init__.py 
Log Message:


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


=== Zope3/src/zope/app/browser/services/service/__init__.py 1.25 => 1.26 ===
--- Zope3/src/zope/app/browser/services/service/__init__.py:1.25	Sun Mar  7 08:54:15 2004
+++ Zope3/src/zope/app/browser/services/service/__init__.py	Thu Mar 11 06:03:36 2004
@@ -34,7 +34,7 @@
 from zope.component.service import IGlobalServiceManager
 from zope.interface.interfaces import IMethod
 from zope.schema.interfaces import IField
-from zope.app.interfaces.services.interface import IInterfaceBasedRegistry
+from zope.app.interface.interfaces import IInterfaceBasedRegistry
 from zope.app.component.interface import searchInterface
 from zope.app.component.interface import getInterface
 from zope.app.component.interface import provideInterface




More information about the Zope3-Checkins mailing list