aboutsummaryrefslogtreecommitdiff
path: root/samplejobs
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2020-09-07 23:56:09 -0400
committerTom Ritter <tom@ritter.vg>2020-09-07 23:56:09 -0400
commit4f91d11b54a5008af7a76043035d0acbbff2392c (patch)
treea5cb0f248c703a91de39ce6f11bc38fa64297c89 /samplejobs
parent7deaed5205d0db6139f1c5e1f7c2b72181b1a208 (diff)
env python -> python3
Diffstat (limited to 'samplejobs')
-rwxr-xr-xsamplejobs/BWAuthChecker.py2
-rwxr-xr-xsamplejobs/MetricsChecker.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/samplejobs/BWAuthChecker.py b/samplejobs/BWAuthChecker.py
index ff59516..b79ffc2 100755
--- a/samplejobs/BWAuthChecker.py
+++ b/samplejobs/BWAuthChecker.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import division
from builtins import str
diff --git a/samplejobs/MetricsChecker.py b/samplejobs/MetricsChecker.py
index c0254b3..36e1f55 100755
--- a/samplejobs/MetricsChecker.py
+++ b/samplejobs/MetricsChecker.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from builtins import str
import os