How to import * with __import__

Posted by David Cramer on Stack Overflow See other posts from Stack Overflow or by David Cramer
Published on 2010-05-26T20:08:31Z Indexed on 2010/05/26 20:11 UTC
Read the original article Hit count: 210

Filed under:

What's the best approach to execute the following using __import__ so that I may dynamically specify the module?

from module import *

© Stack Overflow or respective owner

Related posts about python