All two more modules with __all__.

This commit is contained in:
Raymond Hettinger 2003-05-10 05:37:13 +00:00
parent eca984fcce
commit b7b4ce27f7
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class AllTest(unittest.TestCase):
self.check_all("compileall")
self.check_all("copy")
self.check_all("copy_reg")
self.check_all("csv")
self.check_all("dbhash")
self.check_all("difflib")
self.check_all("dircache")
@ -121,6 +122,7 @@ class AllTest(unittest.TestCase):
self.check_all("nntplib")
self.check_all("ntpath")
self.check_all("opcode")
self.check_all("optparse")
self.check_all("os")
self.check_all("os2emxpath")
self.check_all("pdb")