mirror of
https://github.com/python/cpython.git
synced 2024-12-28 19:24:07 +08:00
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
Block a user