Skip to content

Commit

Permalink
Made sure the VSEval backward compatibility module provides restricted
Browse files Browse the repository at this point in the history
execution.
  • Loading branch information
hathawsh committed Sep 14, 2001
1 parent 60065d4 commit 4b34e7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions VSEval.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# alias module for backwards compatibility

import RestrictedPython
Eval = RestrictedPython.Eval.RestrictionCapableEval
from DT_Util import Eval

def careful_mul(env, *factors):
r = 1
Expand Down

0 comments on commit 4b34e7c

Please sign in to comment.