# HG changeset patch # User paulb # Date 1121381624 0 # Node ID c75977f376f86572da11a87f06ff9bc4f3bab708 # Parent 81f1b3d65bef97f2e84a8338227c9cc420196486 [project @ 2005-07-14 22:53:44 by paulb] Switched the send_output parameter order. diff -r 81f1b3d65bef -r c75977f376f8 examples/Common/Configurator/__init__.py --- a/examples/Common/Configurator/__init__.py Thu Jul 14 22:53:21 2005 +0000 +++ b/examples/Common/Configurator/__init__.py Thu Jul 14 22:53:44 2005 +0000 @@ -95,7 +95,7 @@ # Complete the response. - self.send_output(trans, [trans_xsl], stylesheet_parameters, configuration) + self.send_output(trans, [trans_xsl], configuration, stylesheet_parameters) #import sys #proc = XSLOutput.Processor([trans_xsl], parameters=stylesheet_parameters)