From 693934680c1f4ade9a9f8d3db1dce9c0bb63282d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Jul 2008 19:11:24 +0000 Subject: Yup. --- repoze/bfg/tests/test_security.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/repoze/bfg/tests/test_security.py b/repoze/bfg/tests/test_security.py index 541c2b7f2..745b42f04 100644 --- a/repoze/bfg/tests/test_security.py +++ b/repoze/bfg/tests/test_security.py @@ -169,9 +169,6 @@ class TestACLAuthorizer(unittest.TestCase): context2 = DummyContext() context2.__parent__ = context context2.__name__ = 'myname' - from zope.location import ILocation - from zope.interface import directlyProvides - directlyProvides(ILocation) authorizer = self._makeOne(context, logger) principals = ['fred'] result = authorizer.permits('read', *principals) -- cgit v1.2.3