[Zope3-checkins] CVS: Zope3/src/zope/app/registration - interfaces.py:1.2

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


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

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


=== Zope3/src/zope/app/registration/interfaces.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/registration/interfaces.py:1.1	Sat Mar 13 13:01:16 2004
+++ Zope3/src/zope/app/registration/interfaces.py	Sat Mar 13 14:02:09 2004
@@ -109,9 +109,10 @@
 
 class IComponentPath(ITextLine):
     """A component path
+
+    This is just the interface for the ComponentPath field below.  We'll use
+    this as the basis for looking up an appropriate widget.
     """
-    # This is juse the interface for the ComponentPath field below.
-    # We'll use this as the basis for looking up an appriate widget.
 
 class ComponentPath(TextLine):
     """A component path




More information about the Zope3-Checkins mailing list