mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
tools/make-frozen.py: Use Python2-compatible shebang.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Create frozen modules structure for MicroPython.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user