martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
145 stars 45 forks source link

Convert to Python3 #52

Closed ralic closed 7 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

martinohanlon commented 7 years ago

What? This project is already python 3 (and python 2) compatible! As far as I can tell all your changes have done is add superfluous ( ) to print statements.