[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests -
	test_principalregistry.py:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 10:22:04 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/security/tests
Modified Files:
	test_principalregistry.py 
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/security/tests/test_principalregistry.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/security/tests/test_principalregistry.py:1.1	Mon Mar  8 07:08:09 2004
+++ Zope3/src/zope/app/security/tests/test_principalregistry.py	Sat Mar 13 10:21:32 2004
@@ -23,7 +23,7 @@
 from zope.app import zapi
 from zope.app.tests import ztapi
 from zope.app.services.servicenames import Adapters
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
 
 from zope.app.security.basicauthadapter import BasicAuthAdapter
 from zope.app.security.interfaces import ILoginPassword
    
    
More information about the Zope3-Checkins
mailing list