]> granicus.if.org Git - python/commitdiff
normalize whitespace
authorEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:07:00 +0000 (06:07 -0800)
committerEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:07:00 +0000 (06:07 -0800)
Lib/test/test_xml_etree.py

index c88700e2c6f6fb9fabe9c6a71cc7340232ed2992..9746934b792f82b54c5e8a247f12659d7655fe41 100644 (file)
@@ -27,7 +27,7 @@ from test import support
 from test.support import TESTFN, findfile, unlink, import_fresh_module, gc_collect
 
 # pyET is the pure-Python implementation.
-# 
+#
 # ET is pyET in test_xml_etree and is the C accelerated version in
 # test_xml_etree_c.
 pyET = None