X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/af275449acdd742dc7ec9fe4e55340334b3815d3..8c5c356ee7710262751d1a629aaa80e272f71918:/librarian/parser.py?ds=sidebyside diff --git a/librarian/parser.py b/librarian/parser.py index a9e8c65..9068fc0 100644 --- a/librarian/parser.py +++ b/librarian/parser.py @@ -183,7 +183,7 @@ class WLDocument(object): # Converters def as_html(self, *args, **kwargs): - from librarian import html + from librarian import pyhtml as html return html.transform(self, *args, **kwargs) def as_text(self, *args, **kwargs):