ovs.db.types: Use .append instead of += for adding to lists.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 21:00:54 +0000 (14:00 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:43 +0000 (11:57 -0700)
commit1a98f75260289f72d430abef026c6da2b1d5a255
treefff5c2446c4ec540e31fcb4b04961e61d72231eb
parent693e5dc7484b15c159cb9f644d28dc759db01b7c
ovs.db.types: Use .append instead of += for adding to lists.

Python does not do a good job of appending lists to lists.

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