[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests -
	test_index.py:1.16
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 10:21:54 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/index/text/tests
Modified Files:
	test_index.py 
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/index/text/tests/test_index.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/index/text/tests/test_index.py:1.15	Thu Mar 11 04:19:32 2004
+++ Zope3/src/zope/app/index/text/tests/test_index.py	Sat Mar 13 10:21:21 2004
@@ -19,7 +19,7 @@
 import unittest
 
 from zope.app.event.objectevent import ObjectModifiedEvent
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
 from zope.app.traversing import traverse
 from zope.component import getService
 from zope.app.services.servicenames import HubIds
    
    
More information about the Zope3-Checkins
mailing list