ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

setup.py: Remove use of "imp" module #652

Closed douglas-raillard-arm closed 9 months ago

douglas-raillard-arm commented 1 year ago

Python 3.12 removed the "imp" module, so replace its use in devlib.

closes https://github.com/ARM-software/devlib/issues/644