python: Avoid lots of \" in quoted strings by using '' as outermost quotes.
authorBen Pfaff <blp@nicira.com>
Mon, 22 Aug 2011 23:54:28 +0000 (16:54 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 18:57:42 +0000 (11:57 -0700)
commitf2d8ad13e1819a6553b30ba33a28abf7603f5b9b
tree0e453f66a2c5fd24868842f1e23a83c25b2bb034
parentb33a04c63adc29096fe50c08c7b8781398f885c7
python: Avoid lots of \" in quoted strings by using '' as outermost quotes.

Suggested-by: Reid Price <reid@nicira.com>
python/ovs/db/data.py
python/ovs/db/error.py
python/ovs/db/idl.py
python/ovs/db/parser.py
python/ovs/db/schema.py
python/ovs/db/types.py