From: Eli Bendersky Date: Sun, 4 Mar 2012 05:15:21 +0000 (+0200) Subject: fix trailing whitespace X-Git-Tag: v3.3.0a1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed;p=python fix trailing whitespace --- diff --git a/Lib/test/test_xml_etree_c.py b/Lib/test/test_xml_etree_c.py index cfd18ee66b..10416d2591 100644 --- a/Lib/test/test_xml_etree_c.py +++ b/Lib/test/test_xml_etree_c.py @@ -52,7 +52,6 @@ class TestAliasWorking(unittest.TestCase): def test_alias_working(self): e = cET_alias.Element('foo') self.assertEqual(e.tag, 'foo') - @unittest.skipUnless(cET, 'requires _elementtree') class TestAcceleratorImported(unittest.TestCase):