X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/28d85f12957a4b8609b4f419e70dd42a22b57765..12b5230d8fdb3ad995e867fb5d58a69e8a627e68:/librarian/embeds/mathml.py diff --git a/librarian/embeds/mathml.py b/librarian/embeds/mathml.py index f99f979..dd78f05 100644 --- a/librarian/embeds/mathml.py +++ b/librarian/embeds/mathml.py @@ -1,6 +1,8 @@ +# -*- coding: utf-8 -*- from lxml import etree from librarian import get_resource -from . import TreeEmbed, create_embed, downgrades_to, converts_to +from . import TreeEmbed, create_embed, downgrades_to + class MathML(TreeEmbed): @downgrades_to('application/x-latex')