normalize whitespace

This commit is contained in:
Eli Bendersky 2013-01-10 06:07:00 -08:00
parent 698bdb2a6c
commit 458c0d5a77
1 changed files with 1 additions and 1 deletions

View 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