Package madrona :: Package openid :: Package utils :: Module importlib
[hide private]

Module importlib

source code

Functions [hide private]
 
_resolve_name(name, package, level)
Return the absolute name of the module to be imported.
source code
 
import_module(name, package=None)
Import a module.
source code
Function Details [hide private]

import_module(name, package=None)

source code 

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.