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

Tim Peters tim_one@users.sourceforge.net
Sat, 20 Jan 2001 20:49:18 -0800


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

Modified Files:
	test___all__.py 
Log Message:
Whitespace normalization.


Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test___all__.py	2001/01/20 23:34:12	1.2
--- test___all__.py	2001/01/21 04:49:16	1.3
***************
*** 1,3 ****
- 
  from test_support import verify, verbose, TestFailed
  import sys
--- 1,2 ----
***************
*** 9,13 ****
      exec "del %s" % _modname
      exec "from %s import *" % _modname
!     
      _keys = locals().keys()
      _keys.remove("_modname")
--- 8,12 ----
      exec "del %s" % _modname
      exec "from %s import *" % _modname
! 
      _keys = locals().keys()
      _keys.remove("_modname")