diff options
author | Sean Reifscheider <jafo@tummy.com> | 2007-08-28 09:07:54 (GMT) |
---|---|---|
committer | Sean Reifscheider <jafo@tummy.com> | 2007-08-28 09:07:54 (GMT) |
commit | 99cafb99ed6c4736f7d97d85c9fc061d753860de (patch) | |
tree | e91f97d25bcc791db256b5e1935f771af52d59d3 /Doc/library/modules.rst | |
parent | ae0ee8a473130220bf2f55814167f4c7a03e6830 (diff) | |
download | cpython-99cafb99ed6c4736f7d97d85c9fc061d753860de.zip cpython-99cafb99ed6c4736f7d97d85c9fc061d753860de.tar.gz cpython-99cafb99ed6c4736f7d97d85c9fc061d753860de.tar.bz2 |
Adding basic imputil documentation.
Diffstat (limited to 'Doc/library/modules.rst')
-rw-r--r-- | Doc/library/modules.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/modules.rst b/Doc/library/modules.rst index 2590a3a..ec6f7cd 100644 --- a/Doc/library/modules.rst +++ b/Doc/library/modules.rst @@ -14,6 +14,7 @@ The full list of modules described in this chapter is: .. toctree:: imp.rst + imputil.rst zipimport.rst pkgutil.rst modulefinder.rst |