Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use importlib rather than __import__ #211

Open
paultag opened this issue Feb 23, 2015 · 2 comments
Open

use importlib rather than __import__ #211

paultag opened this issue Feb 23, 2015 · 2 comments

Comments

@paultag
Copy link
Member

paultag commented Feb 23, 2015

__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.

@konklone
Copy link
Member

Nice -- PR welcome!

@divergentdave divergentdave changed the title use importlib rather then __import__ use importlib rather than __import__ Nov 20, 2016
@divergentdave
Copy link
Contributor

divergentdave commented Nov 20, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants