robocup-software
robocup-software copied to clipboard
imp is deprecated
Description
imp
is deprecated. We should migrate to importlib
for hot reloading functionality.
This module provides the components needed to build your own __import__
function. Undocumented functions are obsolete.
In most cases it is preferred you consider using the importlib module's
functionality over this module.