summaryrefslogtreecommitdiff
path: root/examples_checks.py
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:05:01 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:05:01 +0000
commit9fa1b5b112424c5b3e6d840a8d30ecbda7fe07eb (patch)
treefaee7ba37efa94ac0c72767fae9b3eea684a4684 /examples_checks.py
parentea95c494795248b396b0c4f0a7c783b7b71329eb (diff)
downloadefl-9fa1b5b112424c5b3e6d840a8d30ecbda7fe07eb.tar.gz
pythoin scripts - use /usr/bin/env to fond python3 like the others
Diffstat (limited to 'examples_checks.py')
-rwxr-xr-xexamples_checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples_checks.py b/examples_checks.py
index b5494530a7..ef42de80b1 100755
--- a/examples_checks.py
+++ b/examples_checks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
import subprocess
import json