[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - content.py:1.1.2.1

Philipp von Weitershausen philikon at philikon.de
Sun Feb 8 08:51:27 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv7824/interfaces

Added Files:
      Tag: philikon-movecontent-branch
	content.py 
Log Message:
Make zope.app.content a normal module containing just the ContentType
machinery.


=== Added File Zope3/src/zope/app/interfaces/content.py ===
##############################################################################
#
# Copyright (c) 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.
#
##############################################################################
"""
$Id: content.py,v 1.1.2.1 2004/02/08 13:51:26 philikon Exp $
"""

from zope.interface.interfaces import IInterface

class IContentType(IInterface):
    """This interface represents a content type"""
    






More information about the Zope3-Checkins mailing list