importlib
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py
Module Docs

Backport of importlib.import_module from 3.x.

 
Package Contents
       

 
Functions
       
import_module(name, package=None)
Import a module.
 
The 'package' argument is required when performing a relative import. It
specifies the package to use as the anchor point from which to resolve the
relative import to an absolute import.