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

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:38 EST 2004


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

Modified Files:
	index.py 
Log Message:
Moved servicenames to zope.app.


=== Zope3/src/zope/app/index/text/index.py 1.20 => 1.21 ===
--- Zope3/src/zope/app/index/text/index.py:1.20	Thu Mar 11 04:19:31 2004
+++ Zope3/src/zope/app/index/text/index.py	Sat Mar 13 18:55:07 2004
@@ -21,7 +21,7 @@
 $Id$
 """
 from zope.component import getService
-from zope.app.services.servicenames import HubIds
+from zope.app.servicenames import HubIds
 from zope.app.container.contained import Contained
 from zope.index.text.textindexwrapper import TextIndexWrapper
 




More information about the Zope3-Checkins mailing list