PY3 fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user