Package: python-gnuplot / 1.8-5

fix-python-name.patch Patch series | download
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 *