python: Add ovs_error() helper function to Python.
authorEthan Jackson <ethan@nicira.com>
Thu, 1 Mar 2012 01:20:14 +0000 (17:20 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Mar 2012 22:30:02 +0000 (14:30 -0800)
commita1a5dcd60cb8cb7a39562a3abe8cebb379a2d453
treec33f28f2a107d5bec0015fded75d3e2c7e794a0f
parent7aac79a7eebb6d4d0207144f757e045262156ee9
python: Add ovs_error() helper function to Python.

The ovs_error() and ovs_fatal() helper functions are useful enough
to be ported to Python.  A user will be added in a future commit.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
python/ovs/jsonrpc.py
python/ovs/reconnect.py
python/ovs/util.py