fix trailing whitespace

This commit is contained in:
Eli Bendersky 2012-03-04 07:15:21 +02:00
parent 092af1fc5c
commit 745ccf8b1a

View File

@ -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):