]> git.pld-linux.org Git - packages/ipython.git/commitdiff
- not needed
authorKarol Krenski <charles@pld-linux.org>
Tue, 25 Oct 2011 04:06:01 +0000 (04:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipython-import_path.patch -> 1.2
    ipython-upgrade.patch -> 1.2

ipython-import_path.patch [deleted file]
ipython-upgrade.patch [deleted file]

diff --git a/ipython-import_path.patch b/ipython-import_path.patch
deleted file mode 100644 (file)
index 64cec66..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur IPython-0.5.0.orig/scripts/ipython IPython-0.5.0/scripts/ipython
---- IPython-0.5.0.orig/scripts/ipython 2003-08-22 16:25:42.000000000 +0200
-+++ IPython-0.5.0/scripts/ipython      2003-12-11 16:48:31.000000000 +0100
-@@ -23,5 +23,8 @@
- are trapped first by Python itself.
- """
-+import sys
-+del sys.path[0] # remove /usr/bin (or /usr/local/bin, etc.) from import path
-+
- import IPython
- IPython.Shell.IPShell().mainloop()
diff --git a/ipython-upgrade.patch b/ipython-upgrade.patch
deleted file mode 100644 (file)
index c384fec..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ipython-0.7.3/IPython/Magic.py.orig        2007-03-04 17:30:37.000000000 +0000
-+++ ipython-0.7.3/IPython/Magic.py     2007-03-04 17:30:40.000000000 +0000
-@@ -3050,7 +3050,7 @@
-         """
-         ip = self.getapi()
-         ipinstallation = path(IPython.__file__).dirname()
--        upgrade_script = '%s "%s"' % (sys.executable,ipinstallation / 'upgrade_dir.py')
-+        upgrade_script = '%s "%s"' % (sys.executable,ipinstallation / 'upgrade_dir.pyc')
-         src_config = ipinstallation / 'UserConfig'
-         userdir = path(ip.options.ipythondir)
-         cmd = '%s "%s" "%s"' % (upgrade_script, src_config, userdir)
This page took 0.060343 seconds and 4 git commands to generate.