fossasia/pslab-python

ImportError on Windows

bessman opened this issue · 1 comments

Version 2.3.1 is broken on Windows because grp is unconditionally imported in serial_handler.py. grp is a standard library, but only exists on Unix.

Fixed by 8257e8d.