4 lines
120 B
Python
4 lines
120 B
Python
# remove this once python2 support has stopped
|
|
|
|
def __exec_new__(text, globals, locals):
|
|
exec(text, globals, locals) |