[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests - test_securitydirectives.py:1.8
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:52 -0400
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/app/security/tests
Modified Files:
test_securitydirectives.py
Log Message:
After cleaning up placefull test setup (see earlier checkins)
cleaned up unneeded imports in test modules (and some other modules)
based on the results of running Martijn Faassen's importchecker tool.
=== Zope3/src/zope/app/security/tests/test_securitydirectives.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/security/tests/test_securitydirectives.py:1.7 Thu Mar 13 13:49:09 2003
+++ Zope3/src/zope/app/security/tests/test_securitydirectives.py Tue Jun 3 18:46:22 2003
@@ -31,7 +31,7 @@
from zope.testing.cleanup import CleanUp # Base class w registry cleanup
import zope.app.security
-from zope.app.security.settings import Allow, Deny
+from zope.app.security.settings import Allow
from zope.app.security.registries.principalregistry import principalRegistry
from zope.app.security.registries.permissionregistry \
import permissionRegistry as pregistry