pep8 and other code-style changes
[librarian.git] / tests / test_epub.py
index faa76e7..720fec6 100644 (file)
@@ -25,7 +25,8 @@ def test_transform():
     for par in tree.findall("//p"):
         if par.text.startswith(u'Opracowanie redakcyjne i przypisy:'):
             editors_attribution = True
-            assert_equal(par.text.rstrip(),
+            assert_equal(
+                par.text.rstrip(),
                 u'Opracowanie redakcyjne i przypisy: '
                 u'Adam Fikcyjny, Aleksandra SekuĊ‚a, Olga Sutkowska.')
     assert_true(editors_attribution)