diff options
author | Dirk Baechle <dl9obn@darc.de> | 2014-08-31 18:50:05 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2014-08-31 18:50:05 (GMT) |
commit | e6451df2f5ac7b86b9a93c787a9ef70e9ffd06f0 (patch) | |
tree | 87914d9b7221811aaa9e71975c86da6f8c2a34e2 /test/Docbook/rootname/htmlhelp/htmlhelp.py | |
parent | 6d0ecf897b6e2ac2429d0e5ced2f8fe9cf29cdc5 (diff) | |
download | SCons-e6451df2f5ac7b86b9a93c787a9ef70e9ffd06f0.zip SCons-e6451df2f5ac7b86b9a93c787a9ef70e9ffd06f0.tar.gz SCons-e6451df2f5ac7b86b9a93c787a9ef70e9ffd06f0.tar.bz2 |
- added import of libxslt binding to DocBook tests
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 |