[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/content -
folder.py:1.6
Jim Fulton
jim at zope.com
Sun Sep 21 13:32:02 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/content
In directory cvs.zope.org:/tmp/cvs-serv13780/src/zope/app/interfaces/content
Modified Files:
folder.py
Log Message:
Got rid of ICloneWithoutChildren support.
=== Zope3/src/zope/app/interfaces/content/folder.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/interfaces/content/folder.py:1.5 Tue Sep 2 16:46:47 2003
+++ Zope3/src/zope/app/interfaces/content/folder.py Sun Sep 21 13:32:01 2003
@@ -32,11 +32,3 @@
class IFolderAdding(IAdding):
pass
-class ICloneWithoutChildren(Interface):
-
- def cloneWithoutChildren(self):
- """Returns a clone of this folder-like object, without any
- subobjects. Can raise NotImplementedError if this is not
- available."""
-
-
More information about the Zope3-Checkins
mailing list