ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.
authorBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 00:06:11 +0000 (17:06 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Aug 2011 18:07:23 +0000 (11:07 -0700)
commitb2a5856fef8239b1c33c63804cefc5b140836b9a
tree18d9fec664a6e5fdf3c619f28f44dbac6ead9e78
parent6732237bee6d3e9721bfa5cdf7ba131f559f767f
ovs.jsonrpc: Fix static method Message.__validate_arg reference to 'self'.

This method needs to be an instance method because it refers to 'self'.

Found by pychecker.
python/ovs/jsonrpc.py