python: Avoid using 'type' as a variable name.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 16:50:46 +0000 (09:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:42 +0000 (11:57 -0700)
commit8758e8a373338e409d7f2863ee91e01060f35628
tree8006fedcf72ad981c9b98d15c80b0aee376c0a9a
parentd272c10ecdba8a5dc7adba30c98d8d4273dfd1ae
python: Avoid using 'type' as a variable name.

'type' is a Python built-in function, so it's best to avoid using it as
a variable name.

Reported-by: Reid Price <reid@nicira.com>
python/ovs/db/data.py
python/ovs/db/parser.py
python/ovs/db/schema.py
python/ovs/jsonrpc.py
python/ovs/process.py
python/ovs/reconnect.py