[Zope3-checkins] CVS: Zope3/src/zope/app/presentation -
pagefolder.zcml:1.2 presentation.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/presentation
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/presentation
Modified Files:
pagefolder.zcml presentation.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/presentation/pagefolder.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/presentation/pagefolder.zcml:1.1 Thu Mar 11 05:18:36 2004
+++ Zope3/src/zope/app/presentation/pagefolder.zcml Sat Mar 13 10:21:26 2004
@@ -33,7 +33,7 @@
/>
<adapter
- for="zope.app.interfaces.services.folder.ISiteManagementFolder"
+ for="zope.app.site.interfaces.ISiteManagementFolder"
provides="zope.app.interfaces.file.IDirectoryFactory"
factory=".pagefolder.PageFolderFactory"
permission="zope.ManageContent"
=== Zope3/src/zope/app/presentation/presentation.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/presentation/presentation.py:1.4 Thu Mar 11 06:03:38 2004
+++ Zope3/src/zope/app/presentation/presentation.py Sat Mar 13 10:21:26 2004
@@ -25,7 +25,7 @@
import zope.app.component.nextservice
import zope.app.container.contained
import zope.app.interfaces.services.registration
-import zope.app.interfaces.services.service
+import zope.app.site.interfaces
import zope.app.adapter
import zope.app.services.field
import zope.app.interface.interfaces
@@ -50,7 +50,7 @@
zope.interface.implements(
zope.component.interfaces.IPresentationService,
- zope.app.interfaces.services.service.ISimpleService,
+ zope.app.site.interfaces.ISimpleService,
zope.app.interfaces.services.registration.IRegistry,
zope.app.interface.interfaces.IInterfaceBasedRegistry,
)
More information about the Zope3-Checkins
mailing list