Skip to content

Commit

Permalink
Fix flake8 test and document why this import must be here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 24, 2017
1 parent 32c2058 commit 558baa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Products/PythonScripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
#
##############################################################################

# To register helper functions at AccessControl.
from . import standard
# To register helper functions at AccessControl and security declaration in the
# module itself:
from . import standard # noqa
from . import PythonScript

from Shared.DC import Scripts
Expand Down

0 comments on commit 558baa1

Please sign in to comment.