blob: ec6f7cd5759b1e2b4d169db8efa7c34be0768c76 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001
2.. _modules:
3
4*****************
5Importing Modules
6*****************
7
8The modules described in this chapter provide new ways to import other Python
9modules and hooks for customizing the import process.
10
11The full list of modules described in this chapter is:
12
13
14.. toctree::
15
16 imp.rst
Thomas Woutersed03b412007-08-28 21:37:11 +000017 imputil.rst
Georg Brandl116aa622007-08-15 14:28:22 +000018 zipimport.rst
19 pkgutil.rst
20 modulefinder.rst
21 runpy.rst