[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests -
test_securitydirectives.py:1.12.4.5
Chris McDonough
chrism at plope.com
Wed Jan 14 17:29:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv1719/src/zope/app/security/tests
Modified Files:
Tag: steveachrismcd-securitypolicy-branch
test_securitydirectives.py
Log Message:
Remove unused (and inappropriate) import.
=== Zope3/src/zope/app/security/tests/test_securitydirectives.py 1.12.4.4 => 1.12.4.5 ===
--- Zope3/src/zope/app/security/tests/test_securitydirectives.py:1.12.4.4 Wed Jan 14 14:42:51 2004
+++ Zope3/src/zope/app/security/tests/test_securitydirectives.py Wed Jan 14 17:29:06 2004
@@ -32,8 +32,6 @@
from zope.app.security.registries.principalregistry import principalRegistry
from zope.app.security.registries.permissionregistry \
import permissionRegistry as pregistry
-from zope.products.securitypolicy.principalpermission \
- import principalPermissionManager as principal_perm_mgr
class TestBase(CleanUp):
More information about the Zope3-Checkins
mailing list