diff options
author | Russel Winder <russel@winder.org.uk> | 2014-09-11 19:42:56 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2014-09-11 19:42:56 (GMT) |
commit | b068a00f91abb6e5f4282cdd7d85b20497108d2b (patch) | |
tree | a125cf2fc6f5024c9919f4a992b318c1350f0304 /test/Docbook/basic/htmlhelp/htmlhelp.py | |
parent | 70a6365e0bcf530819a83edaa3b9d9bbc08b218e (diff) | |
parent | 87cb9ca579c9e8cc2d972552f8db6590b991cdeb (diff) | |
download | SCons-b068a00f91abb6e5f4282cdd7d85b20497108d2b.zip SCons-b068a00f91abb6e5f4282cdd7d85b20497108d2b.tar.gz SCons-b068a00f91abb6e5f4282cdd7d85b20497108d2b.tar.bz2 |
Commit merge issues.
Diffstat (limited to 'test/Docbook/basic/htmlhelp/htmlhelp.py')
-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 |