summaryrefslogtreecommitdiff
path: root/src/zope/security/simplepolicies.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security/simplepolicies.py')
-rw-r--r--src/zope/security/simplepolicies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/security/simplepolicies.py b/src/zope/security/simplepolicies.py
index d1617ce..feaa104 100644
--- a/src/zope/security/simplepolicies.py
+++ b/src/zope/security/simplepolicies.py
@@ -21,10 +21,10 @@ that the classes themselves are implementations of
"""
import zope.interface
+from zope.security._definitions import system_user
from zope.security.checker import CheckerPublic
from zope.security.interfaces import IInteraction
from zope.security.interfaces import ISecurityPolicy
-from zope.security._definitions import system_user
@zope.interface.implementer(IInteraction)