summaryrefslogtreecommitdiffstats
path: root/Doc/library/imp.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
commit59b44721e37c214cb5f0288d81e7302b7622c45e (patch)
tree8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Doc/library/imp.rst
parent856898b3958626d2400e59b53dc134283addc988 (diff)
downloadcpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2
Remove mentions of the Demo directory.
Diffstat (limited to 'Doc/library/imp.rst')
-rw-r--r--Doc/library/imp.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst
index 398698f..6e9845e 100644
--- a/Doc/library/imp.rst
+++ b/Doc/library/imp.rst
@@ -308,10 +308,3 @@ in that version, since :func:`find_module` has been extended and
# Since we may exit via an exception, close fp explicitly.
if fp:
fp.close()
-
-.. index:: module: knee
-
-A more complete example that implements hierarchical module names and includes a
-:func:`reload` function can be found in the module :mod:`knee`. The :mod:`knee`
-module can be found in :file:`Demo/imputil/` in the Python source distribution.
-