Mike Shlanta

Results 1 comments of Mike Shlanta

try adding the following line to `read_minimed_next24.py` ``` try: WindowsError except NameError: WindowsError = Exception``` That should create a dummy `WindowsError` with the same interface as a standard exception.