This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
github
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Fix makeqstrdata.py to work in Python 2.7
pull/335/head
Dave Hylands
11 years ago
parent
5322ec0962
commit
0308f964a0
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
py/makeqstrdata.py
2
py/makeqstrdata.py
View File
@ -1,3 +1,5 @@
from
__future__
import
print_function
import
argparse
import
re
import
sys
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
github/micropython
Title
Body
Create Issue