Skip to content

Commit

Permalink
Coverage for C implementation of z.s.proxy.Proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 14, 2013
1 parent dec51c3 commit 7b543ea
Show file tree
Hide file tree
Showing 2 changed files with 1,283 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zope/security/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"""
__docformat__ = 'restructuredtext'


from zope.security._proxy import getChecker
from zope.security._proxy import getObject
from zope.security._proxy import _Proxy as Proxy
from zope.security._proxy import _Proxy
Proxy = _Proxy

# We need the injection of DecoratedSecurityCheckerDescriptor into
# zope.location's LocationProxy as soon someone uses security proxies by
Expand Down
Loading

0 comments on commit 7b543ea

Please sign in to comment.