[Zope3-checkins] CVS: Zope3/src/zope/app/annotation - __init__.py:1.2

Jim Fulton jim at zope.com
Sun Mar 21 06:35:18 EST 2004


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

Modified Files:
	__init__.py 
Log Message:
Added an import so that we can import IAttributeAnnotations from
zope.app.annotation, makeing for a slightly shorter import.


=== Zope3/src/zope/app/annotation/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/annotation/__init__.py:1.1	Sat Mar 13 18:00:39 2004
+++ Zope3/src/zope/app/annotation/__init__.py	Sun Mar 21 06:35:15 2004
@@ -1 +1,19 @@
-# Import this.
+##############################################################################
+#
+# Copyright (c) 2004 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.
+#
+##############################################################################
+"""Annotation (meta data) support
+
+$Id$
+"""
+
+from zope.app.annotation.interfaces import IAttributeAnnotatable




More information about the Zope3-Checkins mailing list