Category "import-libraries"

Replacing imp with importlib maintaining old behavior?

I inherited some code that I need to rework since it is using deprecated imp module instead of importlib To test the functionality I have created a simple test

Replacing imp with importlib maintaining old behavior?

I inherited some code that I need to rework since it is using deprecated imp module instead of importlib To test the functionality I have created a simple test