[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/text - control.py:1.3
Steve Alexander
steve@cat-box.net
Sat, 28 Dec 2002 12:49:54 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/index/text
In directory cvs.zope.org:/tmp/cvs-serv912/src/zope/app/browser/index/text
Modified Files:
control.py
Log Message:
Compressed various independent modules in zope.app.traversing into
far fewer modules.
Also, changed the place where the textindex lives to one level higher.
=== Zope3/src/zope/app/browser/index/text/control.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/index/text/control.py:1.2 Wed Dec 25 09:12:33 2002
+++ Zope3/src/zope/app/browser/index/text/control.py Sat Dec 28 12:49:24 2002
@@ -27,7 +27,7 @@
from zope.app.traversing import locationAsUnicode
from zope.app.interfaces.dublincore import IZopeDublinCore
-from zope.app.interfaces.index.text.interfaces import IQueryView
+from zope.app.interfaces.index.text import IQueryView
class ControlView(BrowserView):