Fix: Make osmclient Python 3 compatible. 76/6276/3
authorpeusterm <manuel.peuster@upb.de>
Thu, 14 Jun 2018 19:32:55 +0000 (21:32 +0200)
committerpeusterm <manuel.peuster@upb.de>
Thu, 14 Jun 2018 20:12:14 +0000 (22:12 +0200)
commitbd1e05f5d5f89dce132a98853d3035f9dfc8d168
treef9b5a06165d9fa1f7fb123840e885d4cb6109032
parentb3b96781b5e79b4db0217581216cd7bbb1509822
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