Note
__import__(name, globals=None, locals=None, fromlist=(), level=0)
spam = __import__('spam', globals(), locals(), [], 0)