[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ContentDirective/tests - testDirectives.py:1.7.2.1 testFactory.py:1.7.2.1

Jim Fulton jim@zope.com
Fri, 4 Oct 2002 13:30:35 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ContentDirective/tests
In directory cvs.zope.org:/tmp/cvs-serv10951/lib/python/Zope/App/ContentDirective/tests

Modified Files:
      Tag: ZopeDublinCore-branch
	testDirectives.py testFactory.py 
Log Message:
Commiting branch prior to merge

=== Zope3/lib/python/Zope/App/ContentDirective/tests/testDirectives.py 1.7 => 1.7.2.1 ===
--- Zope3/lib/python/Zope/App/ContentDirective/tests/testDirectives.py:1.7	Tue Aug 13 13:46:12 2002
+++ Zope3/lib/python/Zope/App/ContentDirective/tests/testDirectives.py	Fri Oct  4 13:30:04 2002
@@ -23,7 +23,7 @@
 
 from Zope.Configuration.xmlconfig import xmlconfig, XMLConfig
 from Zope.Configuration.xmlconfig import ZopeXMLConfigurationError
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.Security.SecurityManagement import newSecurityManager, system_user
 import Zope.App.ComponentArchitecture
 import Zope.App.Security


=== Zope3/lib/python/Zope/App/ContentDirective/tests/testFactory.py 1.7 => 1.7.2.1 ===
--- Zope3/lib/python/Zope/App/ContentDirective/tests/testFactory.py:1.7	Tue Aug 13 13:46:12 2002
+++ Zope3/lib/python/Zope/App/ContentDirective/tests/testFactory.py	Fri Oct  4 13:30:04 2002
@@ -20,7 +20,7 @@
 
 from Zope.Configuration.xmlconfig import xmlconfig, ZopeXMLConfigurationError
 from Zope.Configuration.xmlconfig import XMLConfig
-from Zope.ComponentArchitecture.tests.PlacelessSetup import PlacelessSetup
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
 from Zope.Security.SecurityManagement import newSecurityManager, system_user
 
 import Zope.App.Security