Files
create/src/Tools/generateBase/__exec_new.py
2017-05-31 12:04:48 +02:00

4 lines
120 B
Python

# remove this once python2 support has stopped
def __exec_new__(text, globals, locals):
exec(text, globals, locals)