diff --git a/IPython/Release.py b/IPython/Release.py index 43b93b4..d352c78 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Release data for the IPython project. -$Id: Release.py 2649 2007-08-21 18:19:20Z vivainio $""" +$Id: Release.py 2664 2007-08-22 21:56:12Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '2647M' +revision = '2663M' version = '0.8.2.svn.r' + revision.rstrip('M') diff --git a/ipython.py b/ipython.py index 2962f6d..5be0994 100755 --- a/ipython.py +++ b/ipython.py @@ -7,9 +7,5 @@ in './scripts' directory. This file is here (ipython source root directory) to facilitate non-root 'zero-installation' (just copy the source tree somewhere and run ipython.py) and development. """ -import sys -print "e",sys.executable - -import IPython - +import IPython.Shell IPython.Shell.start().mainloop()