tweepyshell: add support for IPython, with fallback to code.interact
authorGergely Imreh <imrehg@gmail.com>
Fri, 19 Mar 2010 02:21:05 +0000 (10:21 +0800)
committerGergely Imreh <imrehg@gmail.com>
Fri, 19 Mar 2010 02:24:55 +0000 (10:24 +0800)
commit39b1d77facf0dcb451ba76eb2186645266a4515e
tree215f68b44d8093388dc94f8af43f4f58b000efd7
parent006d21cc5e16e4819771ad1be477898fc4fb0cb9
tweepyshell: add support for IPython, with fallback to code.interact

IPython is a much versatile interactive shell compared to code,
use it's power if awailable.

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
tweepyshell