mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
Add heapq to list of __all__ checks.
This commit is contained in:
parent
2e3dfaf707
commit
59efe363b6
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class AllTest(unittest.TestCase):
|
||||||
self.check_all("glob")
|
self.check_all("glob")
|
||||||
self.check_all("gopherlib")
|
self.check_all("gopherlib")
|
||||||
self.check_all("gzip")
|
self.check_all("gzip")
|
||||||
|
self.check_all("heapq")
|
||||||
self.check_all("htmllib")
|
self.check_all("htmllib")
|
||||||
self.check_all("httplib")
|
self.check_all("httplib")
|
||||||
self.check_all("ihooks")
|
self.check_all("ihooks")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue