opentelekomcloud / python-otcclient

(Obsolete) Python bindings to the T-Systems OTC API
MIT License
15 stars 20 forks source link

Replace print XY with print(XZ) for python3 compatibility. #71

Closed garloff closed 6 years ago

garloff commented 6 years ago

We want to be able to package python-otcclient for python-only systems (such as the upcoming public openSUSE-Leap-15 image). The code mostly has been prepared to work on py3, but apparently, numerous print instructions (rather than functions) have slipped in.

This patch fixes it ...