diff options
Diffstat (limited to 'BuildTools/DocBook')
| -rw-r--r-- | BuildTools/DocBook/SCons/XSLT.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/BuildTools/DocBook/SCons/XSLT.py b/BuildTools/DocBook/SCons/XSLT.py index 38e36c5..6a40b62 100644 --- a/BuildTools/DocBook/SCons/XSLT.py +++ b/BuildTools/DocBook/SCons/XSLT.py @@ -8,7 +8,7 @@ import xml.dom.minidom, os, os.path  def generate(env) :      def generate_actions(source, target, env, for_signature) :          if not env.has_key("XSLTSTYLESHEET") : -            raise SCons.Errors.UserError, "The XSLTSTYLESHEET construction variable must be defined" +            raise SCons.Errors.UserError("The XSLTSTYLESHEET construction variable must be defined")          # Process the XML catalog files          # FIXME: It's probably not clean to do an ENV assignment globally | 
 Swift
 Swift