[Zope3-checkins] CVS: Zope3/src/zope/app/zptpage - configure.zcml:1.3 zptpage.py:1.3

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 09:40:47 EST 2004


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

Modified Files:
	configure.zcml zptpage.py 
Log Message:
Moved index interfaces and browser views to zope.app.index.


=== Zope3/src/zope/app/zptpage/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/zptpage/configure.zcml:1.2	Tue Feb 24 11:50:47 2004
+++ Zope3/src/zope/app/zptpage/configure.zcml	Tue Mar  2 09:40:16 2004
@@ -77,7 +77,7 @@
 
   <adapter
       for=".interfaces.IZPTPage"
-      provides="zope.app.interfaces.index.text.ISearchableText"
+      provides="zope.app.index.interfaces.text.ISearchableText"
       factory=".zptpage.SearchableText"
       />
 


=== Zope3/src/zope/app/zptpage/zptpage.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/zptpage/zptpage.py:1.2	Tue Feb 24 11:50:47 2004
+++ Zope3/src/zope/app/zptpage/zptpage.py	Tue Mar  2 09:40:16 2004
@@ -25,7 +25,7 @@
 
 from zope.app.pagetemplate.engine import AppPT
 from zope.app.i18n import ZopeMessageIDFactory as _
-from zope.app.interfaces.index.text import ISearchableText
+from zope.app.index.interfaces.text import ISearchableText
 from zope.app.interfaces.size import ISized
 from zope.app.interfaces.file import IReadFile, IWriteFile, IFileFactory
 from zope.app.container.contained import Contained




More information about the Zope3-Checkins mailing list