Zbigniew Jędrzejewski-Szmek
9d63b6ae56
Drop (object) from class definitions
...
Python2 had old-style classes (no "(object)"), and new style classes (with
"object"). Under Py3 this is a noop, so let's drop it to make the code
a bit shorter.
2021-09-30 09:23:56 +02:00
Kovid Goyal
9ff27782de
Remove useless __future__ imports
...
Not needed on python3
2020-08-22 18:47:55 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
...
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
9d14bebafb
Fix str() and unicode_literals in odf package
2019-05-20 17:17:33 +05:30
Kovid Goyal
ed1571af6e
py3: remove has_key from odf2xhtml
2019-05-20 16:12:42 +05:30
Eli Schwartz
373f300ed7
Fix syntax error introduced while getting rid of basestring
2019-03-14 01:53:52 -04:00
Kovid Goyal
55151a3cdd
Get rid of basestring
2019-03-13 14:57:26 +05:30
Doug Newgard
7427823be5
Change rest of the shebangs to use python2
2015-07-12 12:41:28 -05:00
Kovid Goyal
c67818e604
Update bundled odfpy library for conversion of ODT files to version 0.9.2
2009-11-15 20:54:41 -07:00
Kovid Goyal
062fb907e3
Update odfpy (used to conver OpenOffice documents)
2009-04-19 16:32:18 -07:00
Kovid Goyal
3ca3d84384
IGN:Update odfpy and make copying in rtf2xml a little nicer
2009-01-30 11:31:19 -08:00
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