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

Use hasattr() to detect eGetPtr() #99

Closed mnaberez closed 7 years ago

mnaberez commented 7 years ago

I found this change buried in #97. This is a cleaner way to detect the presence of eGetPtr. However, please test it before merging. I'm not a Windows user so I can't test it.

davelopez01 commented 7 years ago

Thanks.