Switch debug messages from ShellBuffer to use 'logging'
commit6baaf77554d61e510ad0453427fa307b06f95f3f
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 1 Jan 2008 17:39:16 +0000 (1 12:39 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Tue, 1 Jan 2008 17:39:16 +0000 (1 12:39 -0500)
tree5fae31db770204e24c4bd78cb637bc538ff82085
parent2b82a3044cb8e35485a0db5c5edf49fec18661e5
Switch debug messages from ShellBuffer to use 'logging'
Avoid using print so that we can redirect sys.stdout while
statements are executing. Add a -d option to enable debug
messages.
lib/reinteract/main.py
lib/reinteract/shell_buffer.py