python: New method to retrieve OVS version at runtime.
authorEthan Jackson <ethan@nicira.com>
Thu, 1 Mar 2012 01:20:03 +0000 (17:20 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Mar 2012 21:30:25 +0000 (13:30 -0800)
commit4fb7d8142603008589c79a6e5caed3a6da8f7188
tree46266b530d6367f05bac509ebac61629d8d25909
parent79982e900ba733bc870e1516e46fdcda67cf9cc1
python: New method to retrieve OVS version at runtime.

Version information is typically fairly useful when debugging Open
vSwitch.  This patch adds a new version.py module which python code
can use to report its version to callers.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
python/automake.mk
python/ovs/.gitignore [new file with mode: 0644]