aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/graph_shaper.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-08-02 12:36:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-08-02 12:44:05 -0400
commit4d5c619b8eb7aa530a87304cc26734f42e2d2b0d (patch)
tree8e54947faf4bc399cdcea1425c2f6b77dbd096c9 /scripts/graph_shaper.py
parenta143921534e6d1ba1e62f7dafe185a97f0e7f9a2 (diff)
downloadkutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.tar.gz
kutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.tar.xz
kutter-4d5c619b8eb7aa530a87304cc26734f42e2d2b0d.zip
scripts: Update graphing scripts to work with either python2 or python3
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/graph_shaper.py')
-rwxr-xr-xscripts/graph_shaper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/graph_shaper.py b/scripts/graph_shaper.py
index bf94afc1..0ea19458 100755
--- a/scripts/graph_shaper.py
+++ b/scripts/graph_shaper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# Script to plot input shapers
#
# Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net>