1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-01-28 17:15:46 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
de4f8a444b Removed check for python version 2020-04-21 21:06:48 +02:00
3234e4de27 Removed iteritems and itervalues, which are redundant 2020-04-21 18:20:08 +02:00
eac0b98d6f Removed polyglot codepoint_to_chr 2020-04-20 19:29:05 +02:00
128705f258 Removed polyglots unicode_type usage 2020-04-20 19:25:28 +02:00
571da747b3 Fix license formatting 2020-04-19 17:50:19 +02:00
48fedea799 Removing unneeded from __future__ import statements.
Since we are on Python 3.6 and up, we don't need those anymore.
2020-04-19 17:39:02 +02:00
d3369d55bc Enable docx write support 2020-04-19 15:16:48 +02:00
98b2dd8d4f Added docx writer related modules 2020-04-13 16:33:15 +02:00