]> granicus.if.org Git - python/commitdiff
All two more modules with __all__.
authorRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 05:37:13 +0000 (05:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 05:37:13 +0000 (05:37 +0000)
Lib/test/test___all__.py

index 179127b1e926f273f8f624fb4e5d6ea552e4b724..21e68c36a0080bb373ee7b7469d56735678779cf 100644 (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")