4 Commits

Author SHA1 Message Date
Kovid Goyal
eb78a761a9
Automated upgrade of code to python 3.7+
Done by https://github.com/asottile/pyupgrade
Consists mainly of moving string formatting to f-strings and removing
encoding declarations
2022-01-08 11:47:40 +05:30
Kovid Goyal
9ff27782de
Remove useless __future__ imports
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
9d14bebafb
Fix str() and unicode_literals in odf package 2019-05-20 17:17:33 +05:30
Kovid Goyal
323dfce595 Add support for the Open Document Format (ODT) as an input format. Can now be converted to both LRF and EPUB. Fixes #233 (ODT2LRF request) 2008-10-06 18:11:39 -07:00