ovs.db.data: Make Datum.check_constraints() work.
authorBen Pfaff <blp@nicira.com>
Thu, 15 Sep 2011 19:59:31 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:44 +0000 (09:10 -0700)
commit9e4f0157eca83b64b4c21380c5788274d48bff78
tree1a3ef71542a43b838dc4850d2f8f8b81fe557d8a
parentcf5404f67d2659368292548012399206aee8be07
ovs.db.data: Make Datum.check_constraints() work.

This code never got tested and so didn't work.

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