tpircher / pycrc

Free, easy to use Cyclic Redundancy Check (CRC) calculator and source code generator
https://pycrc.org
MIT License
31 stars 8 forks source link

Remove src/__init__.py #6

Closed skitt closed 4 months ago

skitt commented 4 months ago

It is no longer necessary (since Python 3.3) and can end up causing issues (see https://bugs.debian.org/1071060 for example).