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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed;p=thirdparty%2FPython%2Fcpython.git fix trailing whitespace --- diff --git a/Lib/test/test_xml_etree_c.py b/Lib/test/test_xml_etree_c.py index cfd18ee66bfa..10416d2591f0 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):