From: Barry Warsaw Date: Wed, 24 Jan 2001 04:13:02 +0000 (+0000) Subject: It's "gopherlib" not "gopher". X-Git-Tag: v2.1a2~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24f3acab3b2a766cde87696fb86bc1b1ccd5b051;p=thirdparty%2FPython%2Fcpython.git It's "gopherlib" not "gopher". --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 0027b02e6714..497a5cfad42e 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")