codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
268 stars 58 forks source link

Remove superfluous distutils import #130

Closed mlasch closed 5 months ago

mlasch commented 5 months ago

Remove unused distutils import and commented usages.

distutils is deprecated with removal planned for Python 3.12.

codypiersall commented 5 months ago

Thank you for this, and your other merge requests! And thank you for fixing the conflict that was going on with this one, without me even asking.

mlasch commented 5 months ago

Thanks for merging so quickly.