blob: d89ef1062812c5b5b721925189a86410e591244d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _modules:
2
3*****************
4Importing Modules
5*****************
6
7The modules described in this chapter provide new ways to import other Python
8modules and hooks for customizing the import process.
9
10The full list of modules described in this chapter is:
11
12
13.. toctree::
14
15 imp.rst
Georg Brandl116aa622007-08-15 14:28:22 +000016 zipimport.rst
17 pkgutil.rst
18 modulefinder.rst
19 runpy.rst
Brett Cannonafccd632009-01-20 02:21:27 +000020 importlib.rst