Removed reference to ni module.

This commit is contained in:
Fred Drake 1998-04-02 18:46:44 +00:00
parent 9ac80cb5bd
commit 0a73d4db51
2 changed files with 2 additions and 4 deletions

View File

@ -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}

View File

@ -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}