[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/content -
folder.py:1.5.2.1
Jim Fulton
jim at zope.com
Fri Sep 12 15:16:00 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/content
In directory cvs.zope.org:/tmp/cvs-serv13470/src/zope/app/interfaces/content
Modified Files:
Tag: parentgeddon-branch
folder.py
Log Message:
Can't have the tests passing, can we?
=== Zope3/src/zope/app/interfaces/content/folder.py 1.5 => 1.5.2.1 ===
--- 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 Fri Sep 12 15:15:29 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