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/basic/htmlhelp | |
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/basic/htmlhelp')
-rw-r--r-- | test/Docbook/basic/htmlhelp/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Docbook/basic/htmlhelp/htmlhelp.py b/test/Docbook/basic/htmlhelp/htmlhelp.py index 9b00bbd..080ec60 100644 --- a/test/Docbook/basic/htmlhelp/htmlhelp.py +++ b/test/Docbook/basic/htmlhelp/htmlhelp.py @@ -32,6 +32,7 @@ test = TestSCons.TestSCons() try: import libxml2 + import libxslt except: try: import lxml |