[Zope3-checkins] CVS: Zope3/src/zope/app/index - adapters.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 19 10:14:57 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv10977/index
Modified Files:
adapters.py
Log Message:
Removed all 'add_component' entries of SQL DAs, since this is just clumsy.
Instead, similar to Services, there is now a 'SQL Connection' menu item
which brings you to a special screen for adding SQL Connections.
=== Zope3/src/zope/app/index/adapters.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/index/adapters.py:1.5 Sun Aug 17 02:06:47 2003
+++ Zope3/src/zope/app/index/adapters.py Tue Aug 19 09:14:50 2003
@@ -11,10 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Index-relevant adapters.
+
$Id$
"""
-
from zope.index.interfaces import IQuerying, ISimpleQuery, IKeywordQuerying
from zodb.btrees.IIBTree import IISet
More information about the Zope3-Checkins
mailing list