aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/calibrate_shaper.py2
-rwxr-xr-xscripts/graph_accelerometer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/calibrate_shaper.py b/scripts/calibrate_shaper.py
index 3d4bceff..8a0fcdf0 100755
--- a/scripts/calibrate_shaper.py
+++ b/scripts/calibrate_shaper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# Shaper auto-calibration script
#
# Copyright (C) 2020 Dmitry Butyugin <dmbutyugin@google.com>
diff --git a/scripts/graph_accelerometer.py b/scripts/graph_accelerometer.py
index 990bd23b..8c09e847 100755
--- a/scripts/graph_accelerometer.py
+++ b/scripts/graph_accelerometer.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# Generate adxl345 accelerometer graphs
#
# Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net>