summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-07-06 14:46:48 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-07-06 14:48:29 +0300
commit6ab8b63bdd8c640e09156b81983742e60d88a0cd (patch)
treeb7b1000cb37831276b8a310d14b9de872123b5cb
parent68e8b595dec1698f2dc7e9a18c881d7e7760e26c (diff)
downloadmicropython-6ab8b63bdd8c640e09156b81983742e60d88a0cd.tar.gz
micropython-6ab8b63bdd8c640e09156b81983742e60d88a0cd.zip
tools/make-frozen.py: Use Python2-compatible shebang.
-rwxr-xr-xtools/make-frozen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-frozen.py b/tools/make-frozen.py
index 704999e61c..18368e218f 100755
--- a/tools/make-frozen.py
+++ b/tools/make-frozen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
#
# Create frozen modules structure for MicroPython.
#