Files
create/src/Tools/generateBase/__exec_old.py
2019-01-09 10:31:27 +01:00

6 lines
170 B
Python

# remove this file once the python2 support has stopped
def __exec_old__(text, globals, locals):
exec text in globals, locals # noqa: E999 a Python 3 syntax error