diff options
author | Barry Warsaw <barry@python.org> | 2001-01-24 04:13:02 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-01-24 04:13:02 (GMT) |
commit | 24f3acab3b2a766cde87696fb86bc1b1ccd5b051 (patch) | |
tree | c8d9bc1606a03d64c39ac76445e094ad4b95ac3a /Lib/test/test___all__.py | |
parent | 34febf5e9273cf7715b46286ff28fb41fa413231 (diff) | |
download | cpython-24f3acab3b2a766cde87696fb86bc1b1ccd5b051.zip cpython-24f3acab3b2a766cde87696fb86bc1b1ccd5b051.tar.gz cpython-24f3acab3b2a766cde87696fb86bc1b1ccd5b051.tar.bz2 |
It's "gopherlib" not "gopher".
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0027b02..497a5cf 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") |