From 4ec685aa4fe5d7abbb79bc36e681b3858a946a6c 2008-03-08 06:56:05 From: Ville M. Vainio Date: 2008-03-08 06:56:05 Subject: [PATCH] 'ipython' startup script: import IPython.Shell directly. --- diff --git a/scripts/ipython b/scripts/ipython index b365678..66b221e 100644 --- a/scripts/ipython +++ b/scripts/ipython @@ -23,5 +23,5 @@ this mode, there is no way to pass IPython any command-line options, as those are trapped first by Python itself. """ -import IPython +import IPython.Shell IPython.Shell.start().mainloop()