Commit d804e215 authored by Shane Hathaway's avatar Shane Hathaway

Made sure the VSEval backward compatibility module provides restricted

execution.
parent b25b7dde
# alias module for backwards compatibility # alias module for backwards compatibility
import RestrictedPython from DT_Util import Eval
Eval = RestrictedPython.Eval.RestrictionCapableEval
def careful_mul(env, *factors): def careful_mul(env, *factors):
r = 1 r = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment