[Zope3-checkins] CVS: Products3/z3checkins - README:1.6
configure.zcml:1.15 interfaces.py:1.9
Marius Gedminas
marius at pov.lt
Fri Feb 27 07:06:42 EST 2004
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv31156
Modified Files:
README configure.zcml interfaces.py
Log Message:
IFolder and IFile moved to a different location. My email changed.
=== Products3/z3checkins/README 1.5 => 1.6 ===
--- Products3/z3checkins/README:1.5 Tue Jan 13 12:08:54 2004
+++ Products3/z3checkins/README Fri Feb 27 07:06:11 2004
@@ -108,4 +108,4 @@
Good luck,
Marius Gedminas
-<mgedmin at delfi.lt>
+<marius at pov.lt>
=== Products3/z3checkins/configure.zcml 1.14 => 1.15 ===
--- Products3/z3checkins/configure.zcml:1.14 Tue Feb 10 11:20:28 2004
+++ Products3/z3checkins/configure.zcml Fri Feb 27 07:06:11 2004
@@ -91,7 +91,7 @@
<browser:addform
name="CheckinMessage"
- schema="zope.app.interfaces.content.file.IFile"
+ schema="zope.app.file.interfaces.IFile"
fields="data"
label="Upload a checkin message"
permission="zope.ManageContent"
=== Products3/z3checkins/interfaces.py 1.8 => 1.9 ===
--- Products3/z3checkins/interfaces.py:1.8 Tue Feb 10 12:51:14 2004
+++ Products3/z3checkins/interfaces.py Fri Feb 27 07:06:11 2004
@@ -5,7 +5,7 @@
"""
from zope.interface import Interface, Attribute
-from zope.app.interfaces.content.folder import IFolder
+from zope.app.folder.interfaces import IFolder
from zope.app.interfaces.container import IContainer, IContained
from zope.app.container.constraints import ContainerTypesConstraint
from zope.app.container.constraints import ItemTypePrecondition
More information about the Zope3-Checkins
mailing list