]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
run.py: default to using python 3
authorJason Ish <jason.ish@oisf.net>
Tue, 1 Sep 2020 19:05:30 +0000 (13:05 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 4 Sep 2020 22:16:54 +0000 (16:16 -0600)
Its time to default to using Python 3.

run.py

diff --git a/run.py b/run.py
index 5303f3b0fea10cc7fa9bf68ae7233eadaacadceb..e715d0ac3acc9a1184e5d03954c1e9b4fad28c21 100755 (executable)
--- a/run.py
+++ b/run.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2
+#! /usr/bin/env python3
 #
 # Copyright 2017 Jason Ish
 #