File: fix-python-name.patch

package info (click to toggle)
python-gnuplot 1.8-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,072 kB
  • ctags: 583
  • sloc: python: 2,017; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix the right name for python instead python2
Author: Matthias Klose <doko@debian.org> 
Last-Update: 2013-02-02

--- a/FAQ.txt
+++ b/FAQ.txt
@@ -14,7 +14,7 @@
 When running the following script
 
 ------------------------------------------------
-#! /usr/bin/python2
+#! /usr/bin/python
 
 import Gnuplot, Gnuplot.funcutils
 from numpy import *