http://hg.python.org/cpython/rev/fbb9847b8f43 changeset: 75380:fbb9847b8f43 user: Eli Bendersky <eliben at gmail.com> date: Sun Mar 04 07:15:21 2012 +0200 summary: fix trailing whitespace files: Lib/test/test_xml_etree_c.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/test/test_xml_etree_c.py b/Lib/test/test_xml_etree_c.py --- a/Lib/test/test_xml_etree_c.py +++ b/Lib/test/test_xml_etree_c.py @@ -52,7 +52,6 @@ def test_alias_working(self): e = cET_alias.Element('foo') self.assertEqual(e.tag, 'foo') - @unittest.skipUnless(cET, 'requires _elementtree') class TestAcceleratorImported(unittest.TestCase): -- Repository URL: http://hg.python.org/cpython