1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Fixed DEIMi, removed debug

This commit is contained in:
Ross Wilson 2016-05-23 10:26:12 +07:00
parent 9a07713809
commit 6d6c56555c

View File

@ -627,8 +627,6 @@ def eval_expr(expr):
if expr is None:
return None
print('eval_expr: initial expr=%s' % expr)
# replace any "." value with "dot" defined in the symbol table
expr = string.replace(expr, '.', '_D_O_T_')
globs = copy.deepcopy(SymTable)