diff options
Diffstat (limited to 'Lib/test')
-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") |