aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-08 16:04:21 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-08 16:04:21 +0200
commit1bc75509028ab17009df30e26b0519d97e855403 (patch)
tree24febe0c5ecfb5af114fd89e864e8fda9dd10dd3
parent0447bfbd2c6de0f65f0fe0110c222a9a41edba12 (diff)
all: Fix shebang
-rwxr-xr-xjarvis/run_job.py2
-rwxr-xr-xjarvis/tests.py2
-rwxr-xr-xjarvis/util/create_dashboard.py2
-rwxr-xr-xjarvis/util/create_widget.py2
-rwxr-xr-xjarvis/util/google_api_auth.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/jarvis/run_job.py b/jarvis/run_job.py
index 1e9d71c..7f3db44 100755
--- a/jarvis/run_job.py
+++ b/jarvis/run_job.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
diff --git a/jarvis/tests.py b/jarvis/tests.py
index 66d4cf7..5e00580 100755
--- a/jarvis/tests.py
+++ b/jarvis/tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import json
diff --git a/jarvis/util/create_dashboard.py b/jarvis/util/create_dashboard.py
index 14a3b27..566439c 100755
--- a/jarvis/util/create_dashboard.py
+++ b/jarvis/util/create_dashboard.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
diff --git a/jarvis/util/create_widget.py b/jarvis/util/create_widget.py
index d1fb97e..315c148 100755
--- a/jarvis/util/create_widget.py
+++ b/jarvis/util/create_widget.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
diff --git a/jarvis/util/google_api_auth.py b/jarvis/util/google_api_auth.py
index 69532c2..77c74e4 100755
--- a/jarvis/util/google_api_auth.py
+++ b/jarvis/util/google_api_auth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import os.path