[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - LocalEventService.py:1.1.2.6.2.1
Christian Theune
ct@gocept.com
Sat, 25 May 2002 08:30:42 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService
In directory cvs.zope.org:/tmp/cvs-serv1063/lib/python/Zope/App/OFS/Services/LocalEventService
Modified Files:
Tag: ctheune-services_move-branch
LocalEventService.py
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules)
=== Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/LocalEventService.py 1.1.2.6 => 1.1.2.6.2.1 ===
from LocalServiceSubscribable import LocalServiceSubscribable
from Zope.ComponentArchitecture import getNextService, getAdapter, getService
-from Zope.App.OFS.ServiceManager.IBindingAware import IBindingAware
+from Zope.App.OFS.Services.ServiceManager.IBindingAware import IBindingAware
from Zope.ContextWrapper import ContextMethod
from Zope.Proxy.ProxyIntrospection import removeAllProxies
from Zope.Proxy.ContextWrapper import ContextWrapper