ndokter / dsmr_parser

Library to parse Dutch Smart Meter Requirements (DSMR) telegrams.
MIT License
110 stars 64 forks source link

serial.py #109

Closed DolleDries closed 1 year ago

DolleDries commented 1 year ago

In dms_parser/clients/serial.py it says: import serial

This cannot work, 'serial.py' imports itself...

ndokter commented 1 year ago

Hi, thanks for commenting. The module itself has been named 'serial_' to prevent a name clash

DolleDries commented 1 year ago

Sorry. Apparently I missed the "_"...