The modules described in this chapter provide new ways to import other Python modules and hooks for customizing the import process.
The full list of modules described in this chapter is:
imp
--- Access theimport
internalsimportlib
--- Convenience wrappers for__import__()
imputil
--- Import utilitieszipimport
--- Import modules from Zip archivespkgutil
--- Package extension utilitymodulefinder
--- Find modules used by a scriptrunpy
--- Locating and executing Python modules