summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-01-10 14:07:00 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-01-10 14:07:00 (GMT)
commit458c0d5a776746267f432e6860050af367fb5431 (patch)
tree5369b6b5e761fdbd3dfd0595b3430dbbd233d420 /Lib/test/test_xml_etree.py
parent698bdb2a6c28a54792a1715fd012e98d9eb668e2 (diff)
downloadcpython-458c0d5a776746267f432e6860050af367fb5431.zip
cpython-458c0d5a776746267f432e6860050af367fb5431.tar.gz
cpython-458c0d5a776746267f432e6860050af367fb5431.tar.bz2
normalize whitespace
Diffstat (limited to 'Lib/test/test_xml_etree.py')
-rw-r--r--Lib/test/test_xml_etree.py2
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