diff options
| author | Georg Brandl <georg@python.org> | 2005-06-18 20:06:15 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2005-06-18 20:06:15 +0000 |
| commit | 2e36f450f4a03f011f1206c94864785c919a6321 (patch) | |
| tree | 896bbef46e7853e6419792cea31dd4659d5c25fa | |
| parent | c49322951ffd68b8066a34ba0d8cba563f90313b (diff) | |
| download | cpython-git-2e36f450f4a03f011f1206c94864785c919a6321.tar.gz | |
Patch #1180012: add documentation for modulefinder
| -rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9913449bf4..43fafb165a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -93,6 +93,7 @@ and how to embed it in other applications. \input{libimp} \input{libzipimport} \input{libpkgutil} +\input{libmodulefinder} \input{libcode} \input{libcodeop} \input{libpprint} |
