python: Start fixing some Python 3 issues.
authorTerry Wilson <twilson@redhat.com>
Thu, 30 Jul 2015 02:12:45 +0000 (21:12 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 12 Jan 2016 16:47:33 +0000 (11:47 -0500)
commit3ab76c56d88bcdb5d3993ed8c793312a754b7315
tree11ed233d584279a5c3d949b8e90f5f0a887d094f
parentab2a3154f09e5b97d66dfff125daf1ee265f30f4
python: Start fixing some Python 3 issues.

This patch fixes just the Python 3 problems found by running:

  python3 setup.py install

There are still many other issues to be fixed, but this is a start.

Signed-off-by: Terry Wilson <twilson@redhat.com>
[russell@ovn.org resolved conflicts with current master]
Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
python/ovs/daemon.py
python/ovs/db/idl.py
python/ovs/fatal_signal.py
python/ovs/json.py
python/ovs/ovsuuid.py
python/ovs/poller.py
python/ovs/socket_util.py
python/ovs/stream.py
python/setup.py