style
authorJan Szejko <jan.szejko@gmail.com>
Fri, 1 Jul 2016 12:26:00 +0000 (14:26 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Fri, 1 Jul 2016 12:26:00 +0000 (14:26 +0200)
commit3b0b98465bc1862306b05bb8305a1abbf40ca310
tree2e0701ca59e4cbf2de08c4c7180163794bc7798a
parent22290f82670463d15f15f42cf1fe3ead76a6c08e
style
28 files changed:
librarian/__init__.py
librarian/book2anything.py
librarian/cover.py
librarian/dcparser.py
librarian/epub.py
librarian/fb2.py
librarian/functions.py
librarian/html.py
librarian/mobi.py
librarian/packagers.py
librarian/parser.py
librarian/pdf.py
librarian/picture.py
librarian/pyhtml.py
librarian/pypdf.py
librarian/styles/wolnelektury/cover.py
librarian/styles/wolnelektury/pdf.py [deleted file]
librarian/text.py
librarian/xmlutils.py
setup.py
tests/test_dcparser.py
tests/test_epub.py
tests/test_html.py
tests/test_iofile.py
tests/test_pdf.py
tests/test_picture.py
tests/test_pyhtml.py
tests/utils.py