add io and _pyio to test___all__

This commit is contained in:
Benjamin Peterson 2009-04-02 01:14:45 +00:00
parent bfb959404f
commit 9762a3eb87
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ class AllTest(unittest.TestCase):
self.check_all("heapq")
self.check_all("http.client")
self.check_all("ihooks")
self.check_all("io")
self.check_all("_pyio")
self.check_all("imaplib")
self.check_all("imghdr")
self.check_all("keyword")