mirror of https://github.com/python/cpython
Add heapq to list of __all__ checks.
This commit is contained in:
parent
2e3dfaf707
commit
59efe363b6
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue