blob: 6b2a40a1b71476073947a8d31cfd20422c9fdc90 [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
Georg Brandl116aa622007-08-15 14:28:22 +000015 zipimport.rst
16 pkgutil.rst
17 modulefinder.rst
18 runpy.rst
Brett Cannonafccd632009-01-20 02:21:27 +000019 importlib.rst