tools/make-frozen.py: Use Python2-compatible shebang.

This commit is contained in:
Paul Sokolovsky 2015-07-06 14:46:48 +03:00
parent 68e8b595de
commit 6ab8b63bdd

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Create frozen modules structure for MicroPython.
#