blob: b5543e613955cbbc8ef85f85f2ed7ecfe6a2a6cf [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
Brett Cannon93881c62009-01-26 01:16:50 +000017 importlib.rst
Sean Reifscheider99cafb92007-08-28 09:07:54 +000018 imputil.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000019 zipimport.rst
20 pkgutil.rst
21 modulefinder.rst
22 runpy.rst