4tronix / PiconZero

Initial commit
13 stars 11 forks source link

piconzero.py does not compile using python3 #1

Open mjhenkes opened 7 years ago

mjhenkes commented 7 years ago

When using python3 piconzero.py does not compile due to the print statements not having parens.

To correct the issue, I suggest importing print_function from future

mjhenkes commented 7 years ago

Resolved with pr #3