Table of Contents
imp
importlib
imputil
zipimport
zipimport.zipimporter
pkgutil
modulefinder
runpy
zipimporter.
load_module
Load the module specified by ‘fullname’. ‘fullname’ must be the fully qualified (dotted) module name. It returns the imported module, or raises ZipImportError if it wasn’t found.