[Zope3-checkins] CVS: Zope3/src/zope/app/index - __init__.py:1.4
adapters.py:1.5
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 17 03:09:53 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv7189/app/index
Modified Files:
__init__.py adapters.py
Log Message:
Removed unused imports.
=== Zope3/src/zope/app/index/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/__init__.py:1.3 Tue Aug 5 04:33:24 2003
+++ Zope3/src/zope/app/index/__init__.py Sun Aug 17 02:06:47 2003
@@ -1,5 +1,19 @@
+##############################################################################
#
-# 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.
+#
+##############################################################################
+"""
+$Id$
+"""
from zope.interface import implements
from zope.app.interfaces.index import IInterfaceIndexer
@@ -8,7 +22,6 @@
from zope.context import ContextMethod
from zope.app.interfaces.services.hub import \
- IRegistrationHubEvent, \
IObjectRegisteredHubEvent, \
IObjectUnregisteredHubEvent, \
IObjectModifiedHubEvent
=== Zope3/src/zope/app/index/adapters.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/adapters.py:1.4 Sun Aug 3 01:41:07 2003
+++ Zope3/src/zope/app/index/adapters.py Sun Aug 17 02:06:47 2003
@@ -1,3 +1,20 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""
+$Id$
+"""
+
from zope.index.interfaces import IQuerying, ISimpleQuery, IKeywordQuerying
from zodb.btrees.IIBTree import IISet
More information about the Zope3-Checkins
mailing list