Fix: Make osmclient Python 3 compatible.
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 14 Jun 2018 19:32:55 +0000 (21:32 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 14 Jun 2018 20:12:14 +0000 (22:12 +0200)
commitbe96096ebd71c8d36c8375387f8e671f12eedfb0
treef9b5a06165d9fa1f7fb123840e885d4cb6109032
parent91b80f35e103943adb4ebbdee890e23131488e57
Fix: Make osmclient Python 3 compatible.

The Python 3 compatibility of osmclient was
completely broken, e.g., print statements without ().
This fixes are mostly done with the automated 2to3
conversion tool.
Some fixes (mixed tabs and spaces) were fixed by hand.

Change-Id: Idea46a4b07e55eaa5bcf5defff64af3f751d740f
Signed-off-by: peusterm <manuel.peuster@upb.de>
13 files changed:
osmclient/common/utils.py
osmclient/scripts/osm.py
osmclient/sol005/client.py
osmclient/sol005/http.py
osmclient/sol005/ns.py
osmclient/sol005/nsd.py
osmclient/sol005/package.py
osmclient/sol005/sdncontroller.py
osmclient/sol005/vim.py
osmclient/sol005/vnfd.py
osmclient/v1/client.py
osmclient/v1/ns.py
tox.ini