Browse Source

[2298] modify the xsd_handler() method

do not accept any arguments due to unnecessity
Naoki Kambe 12 years ago
parent
commit
86a2fcec51
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

@@ -535,7 +535,7 @@ class StatsHttpd:
             xml_string=xml_string, xsl_url_path=XSL_URL_PATH)
             xml_string=xml_string, xsl_url_path=XSL_URL_PATH)
         return self.xml_body
         return self.xml_body
 
 
-    def xsd_handler(self, module_name=None, item_name=None):
+    def xsd_handler(self):
         """Loads the XSD template file, replaces the variable strings,
         """Loads the XSD template file, replaces the variable strings,
         and returns the string of the XSD document."""
         and returns the string of the XSD document."""
         self.xsd_body = self.open_template(XSD_TEMPLATE_LOCATION).substitute(
         self.xsd_body = self.open_template(XSD_TEMPLATE_LOCATION).substitute(