[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - index.py:1.18

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


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

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


=== Zope3/src/zope/app/index/field/index.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/index/field/index.py:1.17	Thu Mar 11 04:19:28 2004
+++ Zope3/src/zope/app/index/field/index.py	Sat Mar 13 18:55:05 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.index.field.index import FieldIndex as FieldIndexWrapper
 from zope.interface import implements
 from zope.app.container.contained import Contained




More information about the Zope3-Checkins mailing list