jsonrpc.py: Don't swallow errors in transact_block().
[sliver-openvswitch.git] / python / ovs / util.py
2011-09-24 Ethan Jacksonpython: Style cleanup.
2011-09-23 Ben Pfaffpython: Avoid shadowing standard or global names.
2011-01-12 Ben Pfaffpython: Use os.path.basename instead of open-coding it.
2010-08-25 Ben PfaffImplement initial Python bindings for Open vSwitch...