[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/
Removed unused import
Jim Fulton
jim at zope.com
Sun Apr 2 17:37:46 EDT 2006
Log message for revision 66329:
Removed unused import
Changed:
U Zope3/branches/jim-adapter/src/zope/app/security/tests/test_securitydirectives.py
U Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_instance.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/security/tests/test_securitydirectives.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/security/tests/test_securitydirectives.py 2006-04-02 21:37:44 UTC (rev 66328)
+++ Zope3/branches/jim-adapter/src/zope/app/security/tests/test_securitydirectives.py 2006-04-02 21:37:46 UTC (rev 66329)
@@ -23,7 +23,6 @@
from zope.app.testing import ztapi
from zope.app.testing.placelesssetup import PlacelessSetup
-from zope.app.servicenames import Authentication
from zope.app.security.interfaces import IAuthentication, IPermission
from zope.app.security.principalregistry import principalRegistry
from zope.app.security.settings import Allow
Modified: Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_instance.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_instance.py 2006-04-02 21:37:44 UTC (rev 66328)
+++ Zope3/branches/jim-adapter/src/zope/app/workflow/stateful/tests/test_instance.py 2006-04-02 21:37:46 UTC (rev 66329)
@@ -21,7 +21,6 @@
from zope.interface.verify import verifyClass
from zope.schema import Text, Int
-from zope.component.service import serviceManager
from zope.app.event.tests.placelesssetup import events, clearEvents
from zope.app.security.interfaces import IPermission
from zope.app.security.permission import Permission
More information about the Zope3-Checkins
mailing list