diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-10-28 10:20:36 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-12-29 14:06:32 -0600 |
| commit | 537a4daabd79407a8c2c5cd4adead6019406d992 (patch) | |
| tree | 1de6528c127e134fbe9e82c11820683d41d59f6d /tools | |
| parent | b40a579d180103d9f8a67390495d02e47554e7d7 (diff) | |
mark script as executable
Diffstat (limited to 'tools')
| -rwxr-xr-x[-rw-r--r--] | tools/analyze_mpy.py | 1 |
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 |
