1 .. _modules: 2 3 ***************** 4 Importing Modules 5 ***************** 6 7 The modules described in this chapter provide new ways to import other Python 8 modules and hooks for customizing the import process. 9 10 The full list of modules described in this chapter is: 11 12 13 .. toctree:: 14 15 zipimport.rst 16 pkgutil.rst 17 modulefinder.rst 18 runpy.rst 19 importlib.rst 20