[Zope3-checkins] CVS: Zope3/src/zope/app/content/tests - test_sqlscript.py:1.8

Jim Fulton jim@zope.com
Tue, 11 Mar 2003 11:11:39 -0500


Update of /cvs-repository/Zope3/src/zope/app/content/tests
In directory cvs.zope.org:/tmp/cvs-serv10749/src/zope/app/content/tests

Modified Files:
	test_sqlscript.py 
Log Message:
Broke the module zope/app/interfaces/services/interfaces.py, into two
separate more-focussed modules:

zope/app/interfaces/services/adapter.py, and
zope/app/interfaces/services/view.py

and also moved some interfaces to:
zope/app/interfaces/services/service.py

and adjusted various dotted names to reflect the new locations.


=== Zope3/src/zope/app/content/tests/test_sqlscript.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/content/tests/test_sqlscript.py:1.7	Mon Mar  3 18:16:08 2003
+++ Zope3/src/zope/app/content/tests/test_sqlscript.py	Tue Mar 11 11:11:00 2003
@@ -38,7 +38,7 @@
 from zope.app.interfaces.cache.cache import ICachingService
 from zope.app.cache.annotationcacheable import AnnotationCacheable
 from zope.app.interfaces.traversing import IPhysicallyLocatable
-from zope.app.interfaces.services.interfaces import ISimpleService
+from zope.app.interfaces.services.service import ISimpleService
 
 
 # Make spme fixes, so that we overcome some of the natural ZODB properties