[Zope3-checkins] CVS: Zope3/src/zope/app/dav/tests - test_directives.py:1.4

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


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

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


=== Zope3/src/zope/app/dav/tests/test_directives.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/dav/tests/test_directives.py:1.3	Wed Mar  3 12:06:31 2004
+++ Zope3/src/zope/app/dav/tests/test_directives.py	Sat Mar 13 18:54:59 2004
@@ -21,7 +21,7 @@
 from zope.interface import Interface
 
 from zope.app import zapi
-from zope.app.services.servicenames import Utilities
+from zope.app.servicenames import Utilities
 from zope.app.tests.placelesssetup import PlacelessSetup
 from zope.app.dav.interfaces import IDAVNamespace
 import zope.app.dav.tests




More information about the Zope3-Checkins mailing list