issues
search
amperka
/
ino
Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k
stars
232
forks
source link
py3 compatibility
#261
Open
cxhernandez
opened
8 years ago
cxhernandez
commented
8 years ago
Adding
use_2to3=True
flag in
setup.py
to fix
https://github.com/amperka/ino/issues/36
.
Changing
filter
to
_filter
in
filter.py
to avoid namespace issues.
use_2to3=True
flag insetup.py
to fix https://github.com/amperka/ino/issues/36.filter
to_filter
infilter.py
to avoid namespace issues.