[Python-checkins] python/dist/src/Lib/test test_compiler.py, 1.1,
1.2
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Aug 8 03:05:17 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25557/Lib/test
Modified Files:
test_compiler.py
Log Message:
Whitespace normalization.
Index: test_compiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_compiler.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_compiler.py 7 Aug 2004 19:25:33 -0000 1.1
--- test_compiler.py 8 Aug 2004 01:05:14 -0000 1.2
***************
*** 30,34 ****
if __name__ == "__main__":
test_main()
-
-
-
--- 30,31 ----
More information about the Python-checkins
mailing list