Skip to content
Snippets Groups Projects
Commit 3a2e9f20 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tools/make-frozen.py: Add Python2 compatibility.

parent 7e66b859
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
#!/usr/bin/env python
#
# Create frozen modules structure for MicroPython.
#
......@@ -17,6 +17,7 @@
# Include frozen.c in your build, having defined MICROPY_MODULE_FROZEN in
# config.
#
from __future__ import print_function
import sys
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment