Browse Source

[2298] modify the xsl_handler() method

do not accept any arguments due to unnecessity
Naoki Kambe 12 years ago
parent
commit
1f613e455a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/stats_httpd.py.in

+ 1 - 1
src/bin/stats/stats_httpd.py.in

@@ -542,7 +542,7 @@ class StatsHttpd:
             xsd_namespace=XSD_NAMESPACE)
             xsd_namespace=XSD_NAMESPACE)
         return self.xsd_body
         return self.xsd_body
 
 
-    def xsl_handler(self, module_name=None, item_name=None):
+    def xsl_handler(self):
         """Loads the XSL template file, replaces the variable strings,
         """Loads the XSL template file, replaces the variable strings,
         and returns the string of the XSL document."""
         and returns the string of the XSL document."""
         self.xsl_body = self.open_template(XSL_TEMPLATE_LOCATION).substitute(
         self.xsl_body = self.open_template(XSL_TEMPLATE_LOCATION).substitute(