X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/cbe81ee35b07783b4f52c3d3dda83db7aaf82d34..a0af4cad2e33a60a2baa132938dbd67a470e730f:/librarian/parser.py 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):