diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-01-10 14:07:14 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-01-10 14:07:14 (GMT) |
commit | e474022192cecc37efb7102e8c3fbc56b43d47e1 (patch) | |
tree | 282eeb283c171811fc0570873c7b992aded0db1e | |
parent | 065eeb10852765f9a366ad297f3584970ef6fa89 (diff) | |
parent | 458c0d5a776746267f432e6860050af367fb5431 (diff) | |
download | cpython-e474022192cecc37efb7102e8c3fbc56b43d47e1.zip cpython-e474022192cecc37efb7102e8c3fbc56b43d47e1.tar.gz cpython-e474022192cecc37efb7102e8c3fbc56b43d47e1.tar.bz2 |
normalize whitespace
-rw-r--r-- | Lib/test/test_xml_etree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py index c88700e..9746934 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 |