opentelekomcloud / python-otcclient

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

p2 -> p2+py3. Fed through 2to3 and corrected resulted mess #68

Closed gtema closed 6 years ago

gtema commented 6 years ago

The code is fed through the 2to3 porting tool. The resulted changes are partially still manually corrected. Basic compare tests of the sources in py2.7 and py3.6 are done and works similarly (of course due to py3 errors texts are sometimes different. 2to3 resulted in some trailing spaces cleanup, so not all the changes are functional

gtema commented 6 years ago

addresses issue #57