summaryrefslogtreecommitdiff
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-01-24 04:13:02 +0000
committerBarry Warsaw <barry@python.org>2001-01-24 04:13:02 +0000
commit224105c74fa338cbcf06e468a099ab396964eb66 (patch)
tree739b289f02aa4b3f891727bb68fba30a0806da73 /Lib/test/test___all__.py
parent69654b89f2057cad9b9f588fa997791107c7b996 (diff)
downloadcpython-224105c74fa338cbcf06e468a099ab396964eb66.tar.gz
It's "gopherlib" not "gopher".
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 0027b02e67..497a5cfad4 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -69,7 +69,7 @@ check_all("getopt")
check_all("getpass")
check_all("gettext")
check_all("glob")
-check_all("gopher")
+check_all("gopherlib")
check_all("gzip")
check_all("htmlentitydefs")
check_all("htmllib")