]> git.pld-linux.org Git - packages/ipython.git/blob - ipython-upgrade.patch
- updated to 0.9.1
[packages/ipython.git] / ipython-upgrade.patch
1 --- ipython-0.7.3/IPython/Magic.py.orig 2007-03-04 17:30:37.000000000 +0000
2 +++ ipython-0.7.3/IPython/Magic.py      2007-03-04 17:30:40.000000000 +0000
3 @@ -3050,7 +3050,7 @@
4          """
5          ip = self.getapi()
6          ipinstallation = path(IPython.__file__).dirname()
7 -        upgrade_script = '%s "%s"' % (sys.executable,ipinstallation / 'upgrade_dir.py')
8 +        upgrade_script = '%s "%s"' % (sys.executable,ipinstallation / 'upgrade_dir.pyc')
9          src_config = ipinstallation / 'UserConfig'
10          userdir = path(ip.options.ipythondir)
11          cmd = '%s "%s" "%s"' % (upgrade_script, src_config, userdir)
This page took 0.132907 seconds and 3 git commands to generate.