[Zope3-checkins] CVS: Zope3/src/zope/app/index/browser/text -
	control.py:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 18:55:35 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/index/browser/text
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/index/browser/text
Modified Files:
	control.py 
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/index/browser/text/control.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/index/browser/text/control.py:1.1	Tue Mar  2 09:40:07 2004
+++ Zope3/src/zope/app/index/browser/text/control.py	Sat Mar 13 18:55:04 2004
@@ -17,7 +17,7 @@
 """
 from zope.interface import implements
 from zope.component import getService, queryAdapter
-from zope.app.services.servicenames import HubIds
+from zope.app.servicenames import HubIds
 from zope.exceptions import NotFoundError
 from zope.publisher.browser import BrowserView
 
    
    
More information about the Zope3-Checkins
mailing list