[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - FolderAdder.py:1.1.2.1

Christian Theune ct@gocept.com
Sat, 18 May 2002 06:29:57 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv31923

Added Files:
      Tag: ctheune-foldermove-branch
	FolderAdder.py 
Log Message:
Renamed FolderAdder.py to ../../../Content/Folder/Views/Browser//FolderAdder.py

=== Added File Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/FolderAdder.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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.
# 
##############################################################################
"""
    Define adder component for folders.

$Id: FolderAdder.py,v 1.1.2.1 2002/05/18 10:29:57 ctheune Exp $
"""

from Zope.App.OFS.Container.Views.Browser.Adder import ContainerAdder

class FolderAdder(ContainerAdder):
    """No apparent need for this class ;-)
    """