Skip to content

Commit 6ab8b63

Browse files
committed
tools/make-frozen.py: Use Python2-compatible shebang.
1 parent 68e8b59 commit 6ab8b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make-frozen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
#
33
# Create frozen modules structure for MicroPython.
44
#

0 commit comments

Comments
 (0)