diff options
Diffstat (limited to 'test/Docbook/rootname/htmlhelp/htmlhelp.py')
-rw-r--r-- | test/Docbook/rootname/htmlhelp/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Docbook/rootname/htmlhelp/htmlhelp.py b/test/Docbook/rootname/htmlhelp/htmlhelp.py index ee37e1a..9d0b076 100644 --- a/test/Docbook/rootname/htmlhelp/htmlhelp.py +++ b/test/Docbook/rootname/htmlhelp/htmlhelp.py @@ -38,6 +38,7 @@ if not (sys.platform.startswith('linux') and try: import libxml2 + import libxslt except: try: import lxml |