[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - query.py:1.13

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 14:02:10 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv7498/src/zope/app/interfaces/services

Modified Files:
	query.py 
Log Message:
Removed QueryProcessorsField.


=== Zope3/src/zope/app/interfaces/services/query.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/interfaces/services/query.py:1.12	Tue Mar  9 12:11:55 2004
+++ Zope3/src/zope/app/interfaces/services/query.py	Sat Mar 13 14:02:08 2004
@@ -15,13 +15,7 @@
 
 $Id$
 """
-
 from zope.interface import Interface, Attribute
-from zope.schema.interfaces import ITuple
-# There's another import further down
-
-class IQueryProcessorsField(ITuple):
-    """Field for entering a pipeline of query processors."""
 
 class IQueryProcessable(Interface):
     """Query Processor
@@ -41,6 +35,3 @@
            The output should be adaptable to each interface in the
            output_interface.
         """
-
-# The import is here to avoid circular imports
-from zope.app.services.queryfield import QueryProcessorsField




More information about the Zope3-Checkins mailing list