From: Eli Bendersky Date: Thu, 10 Jan 2013 14:07:00 +0000 (-0800) Subject: normalize whitespace X-Git-Tag: v3.3.1rc1~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=458c0d5a776746267f432e6860050af367fb5431;p=thirdparty%2FPython%2Fcpython.git normalize whitespace --- diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py index c88700e2c6f6..9746934b792f 100644 --- a/Lib/test/test_xml_etree.py +++ b/Lib/test/test_xml_etree.py @@ -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