summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-05-10 05:37:13 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-05-10 05:37:13 (GMT)
commitb7b4ce27f74901258f0b3af1fb9483d8f38feab8 (patch)
treeeb4b89f618338b6cd0feb00e2b5bde111f92267c
parenteca984fccea1d7060721275d4471e57cb510a53c (diff)
downloadcpython-b7b4ce27f74901258f0b3af1fb9483d8f38feab8.zip
cpython-b7b4ce27f74901258f0b3af1fb9483d8f38feab8.tar.gz
cpython-b7b4ce27f74901258f0b3af1fb9483d8f38feab8.tar.bz2
All two more modules with __all__.
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 179127b..21e68c3 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -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")