Commit 98e9564a authored by Luke Macken's avatar Luke Macken

Pass the globals into the InteractiveConsole

parent c3927c86
......@@ -118,7 +118,7 @@ class ReversePythonConnection(ReverseConnection):
class DistantInteractiveConsole(InteractiveConsole):
def __init__(self, ipc):
InteractiveConsole.__init__(self)
InteractiveConsole.__init__(self, globals())
self.ipc = ipc
self.set_buffer()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment