labjack / LabJackPython

The official Python modules and classes for interacting with the LabJack U3, U6, UE9 and U12
https://labjack.com/support/software/examples/ud/labjackpython
MIT License
117 stars 79 forks source link

Import stdlib modules in a consistent way across all device modules #83

Closed mnaberez closed 9 years ago

mnaberez commented 9 years ago

This patch makes it so all stdlib imports are done the same way (by importing the module, not pieces from it). This allows us to easily grep the code for uses of struct, and those areas likely need to be looked at for Python 3 porting issues.