[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
container.py:1.3
Jim Fulton
jim at zope.com
Fri Sep 5 15:52:41 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv14879
Modified Files:
container.py
Log Message:
Added zpl.
=== Zope3/src/zope/app/interfaces/container.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/container.py:1.2 Fri Sep 5 14:43:19 2003
+++ Zope3/src/zope/app/interfaces/container.py Fri Sep 5 14:52:40 2003
@@ -1,6 +1,20 @@
+##############################################################################
#
-# This file is necessary to make this directory a package.
+# Copyright (c) 2003 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.
+#
+##############################################################################
+"""Container-related interfaces
+$Id$
+"""
from zope.interface import Interface, Attribute
from zope.component.interfaces import IView
More information about the Zope3-Checkins
mailing list