[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index/text -
control.py:1.16
Philipp von Weitershausen
philikon at philikon.de
Mon Mar 1 10:03:21 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/index/text
In directory cvs.zope.org:/tmp/cvs-serv1102/browser/index/text
Modified Files:
control.py
Log Message:
DublinCore interfaces have moved to zope.app.dublincore.interfaces.
=== Zope3/src/zope/app/browser/index/text/control.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/index/text/control.py:1.15 Tue Nov 4 22:08:24 2003
+++ Zope3/src/zope/app/browser/index/text/control.py Mon Mar 1 10:02:47 2004
@@ -22,11 +22,10 @@
from zope.publisher.browser import BrowserView
from zope.app.traversing import canonicalPath
-from zope.app.interfaces.dublincore import IZopeDublinCore
+from zope.app.dublincore.interfaces import IZopeDublinCore
from zope.app.interfaces.index.text import IQueryView
class ControlView(BrowserView):
-
implements(IQueryView)
default_start = 0 # Don't change -- always start at first batch
More information about the Zope3-Checkins
mailing list