ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
412 stars 150 forks source link

Update to work with Python 3 #5

Closed penguintutor closed 8 years ago

penguintutor commented 8 years ago

This pull-request changes the print statements to comply with the requirements for Python 3. This will then allow the same code to be used for Python2.x and Python3.x. This has been tested using the UtilExample.py code.

ondryaso commented 8 years ago

Thank you