[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching/tests - testCacheName.py:1.3
Jim Fulton
jim@zope.com
Sat, 30 Nov 2002 13:30:17 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching/tests
In directory cvs.zope.org:/tmp/cvs-serv11020
Modified Files:
testCacheName.py
Log Message:
Updated to reflect new location of the TestingServiceManager.
=== Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py:1.2 Wed Nov 13 15:34:03 2002
+++ Zope3/lib/python/Zope/App/Caching/tests/testCacheName.py Sat Nov 30 13:30:17 2002
@@ -23,7 +23,7 @@
from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup \
import PlacefulSetup
-from Zope.App.OFS.Services.ServiceManager.tests.TestingServiceManager \
+from Zope.App.OFS.Services.tests.TestingServiceManager \
import TestingServiceManager
from Zope.App.Caching.ICacheable import CacheName