summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree_c.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-03-04 05:15:21 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-03-04 05:15:21 (GMT)
commit745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed (patch)
tree037d6f32fb39f69be4cff97fbcade590f99faaa3 /Lib/test/test_xml_etree_c.py
parent092af1fc5cd1b314143ee848025008c4ed862285 (diff)
downloadcpython-745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed.zip
cpython-745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed.tar.gz
cpython-745ccf8b1a5d5ee8d8a72b17ebaa0bc5533b0fed.tar.bz2
fix trailing whitespace
Diffstat (limited to 'Lib/test/test_xml_etree_c.py')
-rw-r--r--Lib/test/test_xml_etree_c.py1
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
index cfd18ee..10416d2 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):