Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3a2e9f20
Commit
3a2e9f20
authored
Jul 06, 2015
by
Paul Sokolovsky
Browse files
tools/make-frozen.py: Add Python2 compatibility.
parent
7e66b859
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/make-frozen.py
View file @
3a2e9f20
#!/usr/bin/env python
3
#!/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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment