[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/interfaces -
index.py:1.2
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 13:51:34 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog/interfaces
In directory cvs.zope.org:/tmp/cvs-serv7455/catalog/interfaces
Modified Files:
index.py
Log Message:
Moved event interfaces from zope.app.interfaces.event to
zope.app.event.interfaces.
=== Zope3/src/zope/app/catalog/interfaces/index.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/catalog/interfaces/index.py:1.1 Mon Mar 1 06:46:24 2004
+++ Zope3/src/zope/app/catalog/interfaces/index.py Tue Mar 2 13:50:57 2004
@@ -1,5 +1,20 @@
-
-from zope.app.interfaces.event import ISubscriber
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""
+$Id$
+"""
+from zope.app.event.interfaces import ISubscriber
from zope.interface import Interface
class ICatalogIndexUpdate(ISubscriber):
More information about the Zope3-Checkins
mailing list