[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py remove unused import

Fred L. Drake, Jr. fdrake at gmail.com
Tue Sep 19 11:40:47 EDT 2006


Log message for revision 70227:
  remove unused import

Changed:
  U   Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py

-=-
Modified: Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py	2006-09-19 15:40:23 UTC (rev 70226)
+++ Zope3/trunk/src/zope/app/security/tests/test_securitydirectives.py	2006-09-19 15:40:46 UTC (rev 70227)
@@ -25,7 +25,6 @@
 
 from zope.app.security.interfaces import IAuthentication, IPermission
 from zope.app.security.principalregistry import principalRegistry
-from zope.app.security.settings import Allow
 import zope.app.security.tests
 
 



More information about the Zope3-Checkins mailing list