[Zope3-checkins] CVS: Zope3/lib/python/Zope/Publisher/XMLRPC/tests - testDirectives.py:1.2.12.1

Jim Fulton jim@zope.com
Tue, 22 Oct 2002 09:14:59 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/XMLRPC/tests
In directory cvs.zope.org:/tmp/cvs-serv16631/XMLRPC/tests

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	testDirectives.py 
Log Message:
Changed to use the more general PlacelessSetup from Zope.App.tests.


=== Zope3/lib/python/Zope/Publisher/XMLRPC/tests/testDirectives.py 1.2 => 1.2.12.1 ===
--- Zope3/lib/python/Zope/Publisher/XMLRPC/tests/testDirectives.py:1.2	Mon Jun 10 19:29:33 2002
+++ Zope3/lib/python/Zope/Publisher/XMLRPC/tests/testDirectives.py	Tue Oct 22 09:14:59 2002
@@ -15,7 +15,7 @@
 from Zope.Configuration.xmlconfig import xmlconfig
 from Zope.Publisher.XMLRPC.IXMLRPCPublisher import IXMLRPCPublisher
 from Zope.Publisher.XMLRPC.tests.TestViews import IC, V1, VZMI, R1, RZMI
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.ComponentArchitecture import queryView
 from cStringIO import StringIO