ovs.db.data: Fix Atom.new()'s handling of Boolean values.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Sep 2011 19:57:48 +0000 (12:57 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:44 +0000 (09:10 -0700)
commitcf5404f67d2659368292548012399206aee8be07
treee6c60134bcea114a1610e3ae549dab6ed77f6a15
parentd95d15107eb4c15548293be7b85face54dcd73a4
ovs.db.data: Fix Atom.new()'s handling of Boolean values.

Boolean values have Boolean type, not real type.

This does not fix an actual bug because Atom.new() does not have existing
users.
python/ovs/db/data.py