blob: 2590a3a678e3d67e91fa89b039a2904cbbd55f4d [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +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
17 zipimport.rst
18 pkgutil.rst
19 modulefinder.rst
20 runpy.rst