[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security/tests - testAttributePrincipalRoleManager.py:1.1.2.8.6.1 testAttributeRolePermissionManager.py:1.1.2.9.6.1 testPrincipalPermissionView.py:1.1.2.7.6.1 testPrincipalRegistry.py:1.1.2.8.6.1 testPrincipalRoleView.py:1.1.2.7.6.1 testRolePermissionView.py:1.1.2.6.6.1 testZSP.py:1.1.2.14.6.1

Christian Theune ct@gocept.com
Sat, 25 May 2002 08:30:44 -0400


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

Modified Files:
      Tag: ctheune-services_move-branch
	testAttributePrincipalRoleManager.py 
	testAttributeRolePermissionManager.py 
	testPrincipalPermissionView.py testPrincipalRegistry.py 
	testPrincipalRoleView.py testRolePermissionView.py testZSP.py 
Log Message:
Move of ServiceManager Part 3
(Rewriting all import statements and references to the modules) 


=== Zope3/lib/python/Zope/App/Security/tests/testAttributePrincipalRoleManager.py 1.1.2.8 => 1.1.2.8.6.1 ===
         import AttributePrincipalRoleManager
 from Zope.App.Security.Settings import Assign, Remove
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup import PlacefulSetup
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup import PlacefulSetup
 
 class Manageable:
     __implements__ = IAttributeMementoStorable


=== Zope3/lib/python/Zope/App/Security/tests/testAttributeRolePermissionManager.py 1.1.2.9 => 1.1.2.9.6.1 ===
 from Zope.App.Security.PermissionRegistry import permissionRegistry
 from Zope.App.Security.Settings import Allow, Deny
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup \
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup \
     import PlacefulSetup
 
 import unittest, sys


=== Zope3/lib/python/Zope/App/Security/tests/testPrincipalPermissionView.py 1.1.2.7 => 1.1.2.7.6.1 ===
 from Zope.App.Security.IPrincipalPermissionMap import IPrincipalPermissionMap
 from Zope.App.Security.Settings import Allow, Deny, Unset
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup \
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup \
      import PlacefulSetup
 
 class DummyContext:


=== Zope3/lib/python/Zope/App/Security/tests/testPrincipalRegistry.py 1.1.2.8 => 1.1.2.8.6.1 ===
 from Zope.Exceptions import NotFoundError
 from Zope.Publisher.HTTP.IHTTPCredentials import IHTTPCredentials
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup \
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup \
            import PlacefulSetup
 
 class Request:


=== Zope3/lib/python/Zope/App/Security/tests/testPrincipalRoleView.py 1.1.2.7 => 1.1.2.7.6.1 ===
 import unittest
 
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
            import PlacefulSetup
 from Zope.ComponentArchitecture import getServiceManager
 


=== Zope3/lib/python/Zope/App/Security/tests/testRolePermissionView.py 1.1.2.6 => 1.1.2.6.6.1 ===
 ##############################################################################
 import unittest, sys
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
            import PlacefulSetup
 from Zope.ComponentArchitecture import getServiceManager
 from Zope.App.Security.IRoleService import IRoleService


=== Zope3/lib/python/Zope/App/Security/tests/testZSP.py 1.1.2.14 => 1.1.2.14.6.1 ===
 from Zope.App.OFS.Memento.IMementoBag import IMementoBag
 from Zope.App.OFS.Memento.AttributeMementoBag import AttributeMementoBag
-from Zope.App.OFS.ServiceManager.tests.PlacefulSetup\
+from Zope.App.OFS.Services.ServiceManager.tests.PlacefulSetup\
            import PlacefulSetup
 
 class Context: