ioLab / python-ioLabs

Python library for accessing ioLab Systems USBBox
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Update for Python3 (not tested on hardware) #4

Open peircej opened 5 years ago

peircej commented 5 years ago

The lib couldn't previously be used at all on Python3. There might still be some bugs using the hardware (I don't have access to a box to test on) but it should at least import now on both Py2 and Py3.

Conversion done automatically using python-future