[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/folder/ Remove IFolderAdding and FolderAdding. It is not used anymore.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Jul 10 08:57:18 EDT 2004


Log message for revision 26392:
Remove IFolderAdding and FolderAdding. It is not used anymore.



-=-
Deleted: Zope3/trunk/src/zope/app/folder/browser/folder.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/browser/folder.py	2004-07-10 12:47:23 UTC (rev 26391)
+++ Zope3/trunk/src/zope/app/folder/browser/folder.py	2004-07-10 12:57:18 UTC (rev 26392)
@@ -1,25 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2002 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Folder-specific view classes
-
-$Id$
-"""
-from zope.interface import implements
-from zope.app.container.browser.adding import Adding
-from zope.app.folder.interfaces import IFolderAdding
-
-#XXX this is currently not used
-
-class FolderAdding(Adding):
-    implements(IFolderAdding)

Modified: Zope3/trunk/src/zope/app/folder/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/folder/interfaces.py	2004-07-10 12:47:23 UTC (rev 26391)
+++ Zope3/trunk/src/zope/app/folder/interfaces.py	2004-07-10 12:57:18 UTC (rev 26392)
@@ -27,6 +27,3 @@
 
 class IRootFolder(IFolder, IContainmentRoot):
     """The standard Zope root Folder object interface."""
-
-class IFolderAdding(IAdding):
-    pass



More information about the Zope3-Checkins mailing list