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 21:30:25 +0000 (13:30 -0800)
commitffc86c0db7d5ad44cd0ec513d08f0160afa06a9c
treea7102444092d5e361d74c0e6ff38018f0dd5b96a
parent4fb7d8142603008589c79a6e5caed3a6da8f7188
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