From 87c47858cecf489eb7ad5f330766a10fd5365bcd Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 12 Feb 2013 15:21:53 -0500 Subject: Import normalization. --- src/zope/security/protectclass.py | 10 ++++++---- 1 file 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): -- cgit v1.2.1