[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService - LocalEventService.py:1.1.2.7
Christian Theune
ct@gocept.com
Sat, 25 May 2002 10:03:50 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService
In directory cvs.zope.org:/tmp/cvs-serv26313/lib/python/Zope/App/OFS/Services/LocalEventService
Modified Files:
Tag: Zope-3x-branch
LocalEventService.py
Log Message:
Merged the ctheune-services_move-branch to Zope-3x-branch
- Moved Zope.App.OFS.ServiceManager into the Zope.App.OFS.Services package
- Moved Zope.App.OFS.RoleService into the Zope.App.OFS.Services package
=== Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/LocalEventService.py 1.1.2.6 => 1.1.2.7 ===
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