summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-19 19:11:24 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-19 19:11:24 +0000
commit693934680c1f4ade9a9f8d3db1dce9c0bb63282d (patch)
tree2a46f16ab1cd1b65747a7054fef31bb12f35ea7a
parenteb3d3b30008c951e875cd807e692cc0b38f2e3fa (diff)
downloadpyramid-693934680c1f4ade9a9f8d3db1dce9c0bb63282d.tar.gz
pyramid-693934680c1f4ade9a9f8d3db1dce9c0bb63282d.tar.bz2
pyramid-693934680c1f4ade9a9f8d3db1dce9c0bb63282d.zip
Yup.
-rw-r--r--repoze/bfg/tests/test_security.py3
1 files changed, 0 insertions, 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)