Commit 2f7142ce authored by Luke Macken's avatar Luke Macken

Allow the shell.py to be run directly

parent 1494628a
......@@ -69,3 +69,7 @@ def shell():
raise
ipc.close()
if __name__ == '__main__':
shell()
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