From 59776e5b4e69f269b4fb9c46abf5d2289e95585e Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 20 Jan 2020 17:43:30 -0800 Subject: [PATCH] Delete unused MIMETYPE_CONTENT, dupe of MIMETYPE_FILE_TEMPLATE. --- epubfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/epubfile.py b/epubfile.py index 4419e09..67e9b3f 100644 --- a/epubfile.py +++ b/epubfile.py @@ -12,8 +12,6 @@ import tinycss2 from voussoirkit import pathclass -MIMETYPE_CONTENT = 'application/epub+zip' - HTML_LINK_PROPERTIES = { 'a': ['href'], 'audio': ['src'],