summaryrefslogtreecommitdiff
path: root/src/zope/security/protectclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security/protectclass.py')
-rw-r--r--src/zope/security/protectclass.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/zope/security/protectclass.py b/src/zope/security/protectclass.py
index 937fd59..57effb3 100644
--- a/src/zope/security/protectclass.py
+++ b/src/zope/security/protectclass.py
@@ -11,11 +11,13 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""Make assertions about permissions needed to access class instances
-attributes
+"""Make assertions about permissions needed to access instance attributes
"""
-from zope.security.checker import defineChecker, getCheckerForInstancesOf
-from zope.security.checker import Checker, CheckerPublic
+
+from zope.security.checker import Checker
+from zope.security.checker import CheckerPublic
+from zope.security.checker import defineChecker
+from zope.security.checker import getCheckerForInstancesOf
def protectName(class_, name, permission):