[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - IGenericCreatorMarker.py:1.1.2.1

Gary Poster garyposter@earthlink.net
Tue, 2 Apr 2002 21:16:26 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv27971

Added Files:
      Tag: gary-pre_create_views-branch
	IGenericCreatorMarker.py 
Log Message:
Moved marker interface out into the file system for easy viewing


=== Added File Zope3/lib/python/Zope/App/ZMI/IGenericCreatorMarker.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.
# 
##############################################################################
""" ZMI Generic Creator Marker Interface

$Id: IGenericCreatorMarker.py,v 1.1.2.1 2002/04/03 02:16:25 poster Exp $
"""


from Interface import Interface
class IGenericCreatorMarker(Interface):
    "This is the marker interface for the default create view"