[Libvirt-cim] [PATCH] [CU] add one class to keep a list of received indications

Dan Smith danms at us.ibm.com
Mon Mar 31 13:40:50 UTC 2008


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 at us.ibm.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20080331/96bc4344/attachment.sig>


More information about the Libvirt-cim mailing list