summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-10-28 10:20:36 -0500
committerJeff Epler <jepler@gmail.com>2020-12-29 14:06:32 -0600
commit537a4daabd79407a8c2c5cd4adead6019406d992 (patch)
tree1de6528c127e134fbe9e82c11820683d41d59f6d /tools
parentb40a579d180103d9f8a67390495d02e47554e7d7 (diff)
mark script as executable
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/analyze_mpy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/analyze_mpy.py b/tools/analyze_mpy.py
index a2f541d0f..99c06f62a 100644..100755
--- a/tools/analyze_mpy.py
+++ b/tools/analyze_mpy.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT