mitogen-hq / mitogen

Distributed self-replicating programs in Python
https://mitogen.networkgenomics.com/
BSD 3-Clause "New" or "Revised" License
2.33k stars 198 forks source link

DeprecationWarning: the imp module is deprecated #399

Closed woopstar closed 5 years ago

woopstar commented 5 years ago

Looks like the imp module is deprecated in favour of importlib

dw commented 5 years ago

Hi there,

Thanks for reporting this. Under what circumstances did you receive the deprecation message? Need to replace imp, but also need to remain compatible with older Pythons, so it's not a cutpaste switchover.

dw commented 5 years ago

This is now on the master branch and will make it into the next release. To be updated when a new release is made, subscribe to https://networkgenomics.com/mail/mitogen-announce/

Thanks for reporting this!