Skip to content

Commit

Permalink
Bring back the import of 'standard.py'.
Browse files Browse the repository at this point in the history
Otherwise the ModuleSecurityInfo does not get activated.
  • Loading branch information
stephan-hof committed Jul 16, 2017
1 parent 9afb7c0 commit c42c8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Products/PythonScripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#
##############################################################################

# To register helper functions at AccessControl.
from . import standard
from . import PythonScript

from Shared.DC import Scripts
Expand Down

0 comments on commit c42c8d3

Please sign in to comment.