python: Avoid using 'tuple' as a variable name.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 17:50:47 +0000 (10:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:42 +0000 (11:57 -0700)
commit91c637960c57f4b415213ea46c22fefcb2534825
tree1262327c8d481c60ac217630867a50f8ade94223
parent8758e8a373338e409d7f2863ee91e01060f35628
python: Avoid using 'tuple' as a variable name.

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

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