You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__import__ is a pretty low level guy (also, on 3.x, it's a wrapper around importlib anyway), and in general, the common practice is to use importlib.import_module.
I'll send in a PR, but I'm just filing some tickets to remember later.
The text was updated successfully, but these errors were encountered:
__import__
is a pretty low level guy (also, on 3.x, it's a wrapper around importlib anyway), and in general, the common practice is to useimportlib.import_module
.I'll send in a PR, but I'm just filing some tickets to remember later.
The text was updated successfully, but these errors were encountered: