[Zope3-checkins] CVS: Zope3/src/zope/app/services - queryfield.py:1.4
Jim Fulton
jim@zope.com
Mon, 30 Jun 2003 12:25:55 -0400
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv18786/src/zope/app/services
Modified Files:
queryfield.py
Log Message:
Removed an import. This breaks the code, but the code isn't
being used by anything in the cvs tree.
This *is* being used by Steve. This will need to get sorted out.
=== Zope3/src/zope/app/services/queryfield.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/services/queryfield.py:1.3 Sat Jun 7 02:54:23 2003
+++ Zope3/src/zope/app/services/queryfield.py Mon Jun 30 12:25:55 2003
@@ -15,7 +15,6 @@
$Id$
"""
-from zope.app.services.field import locateComponent
from zope.schema import Tuple
from zope.schema.interfaces import ValidationError
from zope.component import getAdapter