blob: 9b234b76344db1db0c5befa4bfab7da329eaac3c [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001def Exec(exp, global_vars, local_vars):
2 exec(exp, global_vars, local_vars)