File: python-version.patch

package info (click to toggle)
expeyes 5.3.3%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 43,480 kB
  • sloc: python: 36,039; ansic: 9,754; xml: 1,010; makefile: 784; sh: 581; asm: 202; javascript: 46; php: 1
file content (28 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: expeyes/bin/expEYES
===================================================================
--- expeyes.orig/bin/expEYES
+++ expeyes/bin/expEYES
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec python /usr/share/expeyes/explore.py
+exec python3 /usr/share/expeyes/explore.py
Index: expeyes/bin/expeyes
===================================================================
--- expeyes.orig/bin/expeyes
+++ expeyes/bin/expeyes
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec python /usr/share/expeyes/eyes/explore.py
+exec python3 /usr/share/expeyes/eyes/explore.py
Index: expeyes/bin/expeyes-junior-doc
===================================================================
--- expeyes.orig/bin/expeyes-junior-doc
+++ expeyes/bin/expeyes-junior-doc
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 
 import sys, os, os.path
 from subprocess import call