File: 0001-Use-python3-on-tools-make_jsronrpc_methods.patch

package info (click to toggle)
guitarix 0.47.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 179,040 kB
  • sloc: cpp: 571,722; ansic: 132,777; javascript: 54,287; python: 42,471; fortran: 26,149; sh: 2,764; makefile: 761; pascal: 591; xml: 194; perl: 183; php: 127; lisp: 32
file content (18 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: =?utf-8?q?V=C3=ADctor_Cuadrado_Juan?= <me@viccuad.me>
Date: Thu, 13 Feb 2020 19:14:52 +0100
Subject: Use python3 shebang on tools/make_jsronrpc_methods

---
 tools/make_jsonrpc_methods | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/make_jsonrpc_methods b/tools/make_jsonrpc_methods
index bc2a3bc..50f4119 100755
--- a/tools/make_jsonrpc_methods
+++ b/tools/make_jsonrpc_methods
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 import sys, re
 from subprocess import Popen, PIPE