[Zope3-checkins] CVS: Zope3/src/zope/app/pythonpage -
configure.zcml:1.4
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 13:16:48 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/pythonpage
In directory cvs.zope.org:/tmp/cvs-serv905/pythonpage
Modified Files:
configure.zcml
Log Message:
Revived the zope.app.content package to contain content-related code,
incl. interfaces (IContentType), which was moved from
zope.app.interfaces.content.
=== Zope3/src/zope/app/pythonpage/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/pythonpage/configure.zcml:1.3 Tue Mar 2 09:25:36 2004
+++ Zope3/src/zope/app/pythonpage/configure.zcml Tue Mar 2 13:16:15 2004
@@ -5,7 +5,7 @@
<interface
interface=".IPythonPage"
- type="zope.app.interfaces.content.IContentType"
+ type="zope.app.content.interfaces.IContentType"
/>
<content class=".PythonPage">
More information about the Zope3-Checkins
mailing list