cambridgehackers / connectal

Connectal is a framework for software-driven hardware development.
MIT License
159 stars 46 forks source link

Python 3 compatibility #179

Closed CyanoKobalamyne closed 3 years ago

CyanoKobalamyne commented 3 years ago

This enables all Python scripts in the code base to be run with Python 3. The only change in behavior should be that files (seemingly) using the new print function syntax which did not previously contain the print_function future import will no longer print tuples of strings but strings joined by spaces.