python: Style cleanup.
authorEthan Jackson <ethan@nicira.com>
Sat, 24 Sep 2011 06:43:12 +0000 (23:43 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 24 Sep 2011 23:32:54 +0000 (16:32 -0700)
commit26bb0f31299d3f8eb06551d6a219846929c27149
tree1d444ab340374c00a48113b634075e74299c9227
parentb17a80ee405da3843710f428b4f83015dc35c342
python: Style cleanup.

This patch does minor style cleanups to the code in the python and
tests directory.  There's other code floating around that could use
similar treatment, but updating it is not convenient at the moment.
20 files changed:
python/ovs/db/data.py
python/ovs/db/error.py
python/ovs/db/idl.py
python/ovs/db/parser.py
python/ovs/db/schema.py
python/ovs/db/types.py
python/ovs/fatal_signal.py
python/ovs/json.py
python/ovs/jsonrpc.py
python/ovs/ovsuuid.py
python/ovs/poller.py
python/ovs/process.py
python/ovs/reconnect.py
python/ovs/socket_util.py
python/ovs/stream.py
python/ovs/timeval.py
python/ovs/util.py
tests/test-json.py
tests/test-ovsdb.py
tests/test-reconnect.py