ovs.jsonrpc: Use "not X" in place of "len(X) == 0" for testing strings.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 17:43:26 +0000 (10:43 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 19:06:52 +0000 (12:06 -0700)
commit2ad4ef89208cf683859b1a269f3c5328a998c47d
treebccb395656873f9824ffe70376678f6d06c85f3c
parent22bb61e9ee9576e77495c0c5c71fa2d243a98fb6
ovs.jsonrpc: Use "not X" in place of "len(X) == 0" for testing strings.

Suggested-by: Reid Price <reid@nicira.com>
python/ovs/jsonrpc.py