Replace imp by importlib library #11434
Labels
Enhancement
Feature change
Medium Priority
Python3
Technical Debt
Used to track issues that address technical needs internal to WM team
Impact of the new feature
WMCore in general
Is your feature request related to a problem? Please describe.
While deploying a new agent, I saw this warning message:
Most of the WMCore codebase has already adopted
importlib
package, but there are still a few leftovers, mainly related to scripts and tests.Describe the solution you'd like
Search for all usage of the
imp
library and replace it byimportlib
.Describe alternatives you've considered
None
Additional context
Issue seen during WMAgent 2.1.6 deployment.
The text was updated successfully, but these errors were encountered: