From: Georg Brandl Date: Sat, 18 Jun 2005 20:06:15 +0000 (+0000) Subject: Patch #1180012: add documentation for modulefinder X-Git-Tag: v2.5a0~1680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e36f450f4a03f011f1206c94864785c919a6321;p=thirdparty%2FPython%2Fcpython.git Patch #1180012: add documentation for modulefinder --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 9913449bf42e..43fafb165a6a 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}