Skip to content

Commit

Permalink
Added missing modules to __all__ check.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed May 2, 2003
1 parent 91bbd9a commit 2e973c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Lib/test/test___all__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_all(self):
import _socket

self.check_all("BaseHTTPServer")
self.check_all("Bastion")
self.check_all("CGIHTTPServer")
self.check_all("ConfigParser")
self.check_all("Cookie")
Expand Down Expand Up @@ -143,6 +144,7 @@ def test_all(self):
self.check_all("repr")
self.check_all("rexec")
self.check_all("rfc822")
self.check_all("rlcompleter")
self.check_all("robotparser")
self.check_all("sched")
self.check_all("sets")
Expand All @@ -155,6 +157,7 @@ def test_all(self):
self.check_all("sndhdr")
self.check_all("socket")
self.check_all("sre")
self.check_all("_strptime")
self.check_all("statcache")
self.check_all("symtable")
self.check_all("tabnanny")
Expand All @@ -163,6 +166,7 @@ def test_all(self):
self.check_all("tempfile")
self.check_all("textwrap")
self.check_all("threading")
self.check_all("timeit")
self.check_all("toaiff")
self.check_all("tokenize")
self.check_all("traceback")
Expand Down

0 comments on commit 2e973c0

Please sign in to comment.