Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 5, 2018
1 parent 58c6238 commit 309ea8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OFS/tests/testAcquisition.py
Expand Up @@ -32,6 +32,7 @@ class AllowedItem(SimpleItem):
security = ClassSecurityInfo()
security.setDefaultAccess('allow')


InitializeClass(AllowedItem)


Expand All @@ -40,6 +41,7 @@ class DeniedItem(SimpleItem):
security = ClassSecurityInfo()
security.setDefaultAccess('deny')


InitializeClass(DeniedItem)


Expand All @@ -48,6 +50,7 @@ class ProtectedItem(SimpleItem):
security = ClassSecurityInfo()
security.declareObjectProtected(view_management_screens)


InitializeClass(ProtectedItem)


Expand Down

0 comments on commit 309ea8d

Please sign in to comment.