
31 Mar
2008
31 Mar
'08
3:40 p.m.
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@us.ibm.com