[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/folder/ Backport rev 26392.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 11 15:59:52 EDT 2004


Log message for revision 27021:
  Backport rev 26392.
  


Changed:
  D   Zope3/branches/ZopeX3-3.0/src/zope/app/folder/browser/folder.py
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/folder/interfaces.py


-=-
Deleted: Zope3/branches/ZopeX3-3.0/src/zope/app/folder/browser/folder.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/folder/browser/folder.py	2004-08-11 18:40:43 UTC (rev 27020)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/folder/browser/folder.py	2004-08-11 19:59:52 UTC (rev 27021)
@@ -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/branches/ZopeX3-3.0/src/zope/app/folder/interfaces.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/folder/interfaces.py	2004-08-11 18:40:43 UTC (rev 27020)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/folder/interfaces.py	2004-08-11 19:59:52 UTC (rev 27021)
@@ -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