This commit is contained in:
maxcrystal
2018-02-07 23:46:44 +03:00
parent 623f3b9947
commit e02d5e2a60
+1
View File
@@ -40,6 +40,7 @@ if not PY2:
with open(filename) as f:
code = compile(f.read(), filename, 'exec')
exec(code, global_vars, local_vars)
raw_input = input
def enable_autocomplete_and_history(adir, env):