GY> +class CIMIndicationServer(BaseHTTPServer.HTTPServer):
GY> + def __init__(self, *args):
GY> + BaseHTTPServer.HTTPServer.__init__(self, *args)
GY> + self.indications = []
GY> +
You add this subclass and then don't use it anywhere. Either use the
subclass and add the other additional member (print_ind) or delete
this bit.
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com