summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2018-05-09 08:11:46 +0100
committerJohn Kacur <jkacur@redhat.com>2018-05-09 08:11:46 +0100
commit5ec9a4860dc75678affe8546f7f55be1323c0e49 (patch)
treec524e11aa61fb187aea2db47147f3905a665edad
parentd02bf76417b0225c0176b9156b127111c7e649f5 (diff)
downloadtuna-5ec9a4860dc75678affe8546f7f55be1323c0e49.tar.gz
tuna: explicitly use python3
explicitly use python3 in the shebangs Signed-off-by: John Kacur <jkacur@redhat.com>
-rwxr-xr-xoscilloscope-cmd.py2
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/oscilloscope-cmd.py b/oscilloscope-cmd.py
index c6de41f..bf82192 100755
--- a/oscilloscope-cmd.py
+++ b/oscilloscope-cmd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# Arnaldo Carvalho de Melo <acme@redhat.com>
#
# Please check the tuna repository at:
diff --git a/setup.py b/setup.py
index 6a415d1..3560879 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
from distutils.sysconfig import get_python_lib
from distutils.core import setup
from os.path import isfile, join
diff --git a/tuna-cmd.py b/tuna-cmd.py
index f0c5c06..a58f2c1 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
# -*- python -*-
# -*- coding: utf-8 -*-
# tuna - Application Tuning GUI