diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 18:46:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 18:46:44 (GMT) |
commit | 0a73d4db51d5231e801f76d1bc1fcc95b55456f9 (patch) | |
tree | 7567daabf875e8bce0119d1095009bc26a59f2e8 /Doc/lib/libfuncs.tex | |
parent | 9ac80cb5bdb0d334d978e51afda4f2d25e9a154f (diff) | |
download | cpython-0a73d4db51d5231e801f76d1bc1fcc95b55456f9.zip cpython-0a73d4db51d5231e801f76d1bc1fcc95b55456f9.tar.gz cpython-0a73d4db51d5231e801f76d1bc1fcc95b55456f9.tar.bz2 |
Removed reference to ni module.
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index e914e80..f8d22bc 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -12,12 +12,11 @@ This function is invoked by the \keyword{import} statement. It mainly exists so that you can replace it with another function that has a compatible interface, in order to change the semantics of the \keyword{import} statement. For examples of why and -how you would do this, see the standard library modules \module{ni}, +how you would do this, see the standard library modules \module{ihooks} and \module{rexec}. See also the built-in module \module{imp}, which defines some useful operations out of which you can build your own \function{__import__()} function. \stindex{import} -\refstmodindex{ni} \refstmodindex{ihooks} \refstmodindex{rexec} \refbimodindex{imp} |