From: Naoki Kambe Date: Fri, 26 Oct 2012 09:58:09 +0000 (+0900) Subject: [2298] modify the xsd_handler() method X-Git-Tag: trac2487_base~1^2~26^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86a2fcec512329563b01b6daa9759d72be49bf14;p=thirdparty%2Fkea.git [2298] modify the xsd_handler() method do not accept any arguments due to unnecessity --- diff --git a/src/bin/stats/stats_httpd.py.in b/src/bin/stats/stats_httpd.py.in index a01cfd5243..3e3e15db28 100644 --- a/src/bin/stats/stats_httpd.py.in +++ b/src/bin/stats/stats_httpd.py.in @@ -535,7 +535,7 @@ class StatsHttpd: xml_string=xml_string, xsl_url_path=XSL_URL_PATH) 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, and returns the string of the XSD document.""" self.xsd_body = self.open_template(XSD_TEMPLATE_LOCATION).substitute(