Skip to content

Commit

Permalink
Merge branch 'master' into Python3_port
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 8, 2017
2 parents 626ddc5 + 0d39da5 commit 7ecab89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Products/PythonScripts/tests/testPythonScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from AccessControl.SecurityManagement import newSecurityManager
from AccessControl.SecurityManagement import noSecurityManager
#from RestrictedPython.tests.verify import verify

from Products.PythonScripts.PythonScript import PythonScript

Expand Down Expand Up @@ -48,7 +47,6 @@ def readf(name):
class VerifiedPythonScript(PythonScript):

def _newfun(self, code):
#verify(code)
return PythonScript._newfun(self, code)


Expand Down

0 comments on commit 7ecab89

Please sign in to comment.