[Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.6,1.7

Skip Montanaro montanaro@users.sourceforge.net
Tue, 23 Jan 2001 22:27:29 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv10384/Lib/test

Modified Files:
	test___all__.py 
Log Message:
a few more modules get __all__


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** test___all__.py	2001/01/24 04:13:02	1.6
--- test___all__.py	2001/01/24 06:27:27	1.7
***************
*** 77,79 ****
--- 77,88 ----
  check_all("ihooks")
  check_all("imaplib")
+ check_all("imghdr")
+ check_all("imputil")
+ check_all("keyword")
+ check_all("linecache")
+ check_all("locale")
+ check_all("macpath")
+ check_all("macurl2path")
+ check_all("mailbox")
+ check_all("mhlib")
  check_all("robotparser")