Skip to content
Snippets Groups Projects
Commit 79e3ff9a authored by gpotter2's avatar gpotter2 Committed by Pierre Lalet
Browse files

[Windows/Tiny fix] Removed outdated readfunc function (#454)

Removed outdated readfunc fonction
parent 4385cb8a
No related branches found
No related tags found
No related merge requests found
......@@ -487,7 +487,6 @@ if conf.interactive_shell != 'ipython':
except (ImportError, AttributeError):
log_loading.info("Could not get readline console. Will not interpret ANSI color codes.")
else:
conf.readfunc = readline.rl.readline
orig_stdout = sys.stdout
sys.stdout = console
......
......@@ -333,7 +333,6 @@ contribs: a dict which can be used by contrib layers to store local configuratio
stealth = "not implemented"
iface = None
iface6 = None
readfunc = None
layers = LayersList()
commands = CommandsList()
logLevel = LogLevel()
......
......@@ -381,7 +381,7 @@ def interact(mydict=None,argv=None,mybanner=None,loglevel=20):
else:
code.interact(banner = the_banner % (conf.version),
local=session, readfunc=conf.readfunc)
local=session)
if conf.session:
save_session(conf.session, session)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment