Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | |
| 2 | .. _modules: |
| 3 | |
| 4 | ***************** |
| 5 | Importing Modules |
| 6 | ***************** |
| 7 | |
| 8 | The modules described in this chapter provide new ways to import other Python |
| 9 | modules and hooks for customizing the import process. |
| 10 | |
| 11 | The full list of modules described in this chapter is: |
| 12 | |
| 13 | |
| 14 | .. toctree:: |
| 15 | |
| 16 | imp.rst |
Brett Cannon | 93881c6 | 2009-01-26 01:16:50 +0000 | [diff] [blame] | 17 | importlib.rst |
Sean Reifscheider | 99cafb9 | 2007-08-28 09:07:54 +0000 | [diff] [blame] | 18 | imputil.rst |
Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 19 | zipimport.rst |
| 20 | pkgutil.rst |
| 21 | modulefinder.rst |
| 22 | runpy.rst |