Rewrite do_exec() to remove clutter during script execution
commitd685a19f5b03ac5138dc58284b8a0b41d539c57b
authorArnaud Gardelein <arnaud@oscopy.org>
Tue, 8 Jan 2013 21:07:52 +0000 (8 22:07 +0100)
committerArnaud Gardelein <arnaud@oscopy.org>
Tue, 8 Jan 2013 21:07:52 +0000 (8 22:07 +0100)
tree82cbe440b215c0c4436e953b0e5a2fd80028c4a6
parent733e124e2bda4dd02e9498861fb2d372aa6af5bf
Rewrite do_exec() to remove clutter during script execution

Use of IPython.lib.demo introduced a lot of clutter when executing script. IPython.lib.demo was used at first instance for simplicity however new IPython functionality to change Demo clutter do not avoid empty lines.
This patch now replace Demo with a direct parsing of the script file.
src/oscopy_ipython/ioscopy.py.in