no calls plz

This commit is contained in:
Brian Coca 2017-01-11 18:34:33 -05:00 committed by Brian Coca
parent 35f6fb1383
commit f078946ed3

View file

@ -54,7 +54,7 @@ def safe_eval(expr, locals={}, include_exceptions=False):
( (
ast.Add, ast.Add,
ast.BinOp, ast.BinOp,
ast.Call, #ast.Call,
ast.Compare, ast.Compare,
ast.Dict, ast.Dict,
ast.Div, ast.Div,