[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.1.2.2

Fred L. Drake, Jr. fred@zope.com
Tue, 24 Dec 2002 02:40:39 -0500


Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv25162

Modified Files:
      Tag: NameGeddon-branch
	index.py 
Log Message:
fix up import


=== Zope3/src/zope/app/index/text/index.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/index/text/index.py:1.1.2.1	Mon Dec 23 14:31:39 2002
+++ Zope3/src/zope/app/index/text/index.py	Tue Dec 24 02:40:38 2002
@@ -33,7 +33,7 @@
      IObjectRegisteredHubEvent, \
      IObjectUnregisteredHubEvent, \
      IObjectModifiedHubEvent
-from Zope.App.Traversing import locationAsUnicode
+from zope.app.traversing import locationAsUnicode
 from zope.app.interfaces.index.text.interfaces import ISearchableText, IUITextIndex
 
 class TextIndex(TextIndexWrapper):