]> granicus.if.org Git - python/commitdiff
Add heapq to list of __all__ checks.
authorRaymond Hettinger <python@rcn.com>
Sun, 13 Jun 2004 05:46:14 +0000 (05:46 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 13 Jun 2004 05:46:14 +0000 (05:46 +0000)
Lib/test/test___all__.py

index 0370c1a3979023f83c2c1061d4f72e380e47d83f..6a6c99fbede218ff4683cb1b6d8cc7046e9a5b96 100644 (file)
@@ -99,6 +99,7 @@ class AllTest(unittest.TestCase):
         self.check_all("glob")
         self.check_all("gopherlib")
         self.check_all("gzip")
+        self.check_all("heapq")
         self.check_all("htmllib")
         self.check_all("httplib")
         self.check_all("ihooks")