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

Skip Montanaro montanaro@users.sourceforge.net
Mon, 05 Feb 2001 17:07:04 -0800


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

Modified Files:
	test___all__.py 
Log Message:
added several more __all__ lists


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** test___all__.py	2001/01/25 15:29:22	1.8
--- test___all__.py	2001/02/06 01:07:02	1.9
***************
*** 88,90 ****
--- 88,97 ----
  check_all("mimetypes")
  check_all("mimify")
+ check_all("multifile")
+ check_all("mutex")
+ check_all("netrc")
+ check_all("nntplib")
+ check_all("ntpath")
+ check_all("nturl2path")
+ check_all("os")
  check_all("robotparser")