Delete unused MIMETYPE_CONTENT, dupe of MIMETYPE_FILE_TEMPLATE.

This commit is contained in:
Ethan Dalool 2020-01-20 17:43:30 -08:00
parent 1f1b36b173
commit 59776e5b4e

View file

@ -12,8 +12,6 @@ import tinycss2
from voussoirkit import pathclass from voussoirkit import pathclass
MIMETYPE_CONTENT = 'application/epub+zip'
HTML_LINK_PROPERTIES = { HTML_LINK_PROPERTIES = {
'a': ['href'], 'a': ['href'],
'audio': ['src'], 'audio': ['src'],