FIX: tweepyshell: ipython shell took original arguments
authorGergely Imreh <imrehg@gmail.com>
Fri, 19 Mar 2010 14:53:24 +0000 (22:53 +0800)
committerGergely Imreh <imrehg@gmail.com>
Fri, 19 Mar 2010 14:53:24 +0000 (22:53 +0800)
commit2f49648ab6d68882e438cca7e63762a6b71dfb86
tree1c7e8cf2225bddcb365e61bc6dd820685419ded6
parentb9686cf6ecce6aed25d5461e2fcfa6f25a24bc0e
FIX: tweepyshell: ipython shell took original arguments

Previously the ipython shell kidnapped all tweepyshell input
arguments and interpreted as its own. Thus e.g. supplying
a username resulted in it trying to open a file with a name equal
to the username. This is not nice so let's put an end to it by
explicitly passing an empty arguments list.
tweepyshell