[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.8
Albertas Agejevas
alga@codeworks.lt
Fri, 21 Mar 2003 10:29:39 -0500
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv2937/src/zope/app/index/text
Modified Files:
index.py
Log Message:
One more zope.app.traversing renaming: locationAsUnicode() -> canonicalPath().
=== Zope3/src/zope/app/index/text/index.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/index/text/index.py:1.7 Tue Feb 11 21:17:23 2003
+++ Zope3/src/zope/app/index/text/index.py Fri Mar 21 10:29:08 2003
@@ -34,7 +34,6 @@
IObjectRegisteredHubEvent, \
IObjectUnregisteredHubEvent, \
IObjectModifiedHubEvent
-from zope.app.traversing import locationAsUnicode
from zope.app.interfaces.index.text import ISearchableText
from zope.app.interfaces.index.text import IUITextIndex