UpCloudLtd / upcloud-ansible

Dynamic inventory and modules for managing servers via UpCloud's API
50 stars 17 forks source link

Python3 support #22

Closed patrick-leb closed 3 years ago

patrick-leb commented 4 years ago

the modules don't run properly with Python3, which causes a problem with OSes who dropped usage of Python2 or when Python3 is the default runtime. Furthermore Ansible is now running on Python3 and so is the upcloud-python-api.

2to3 handles the conversion without issues, except for SafeConfigParser() which now depecrated and requires simply ConfigParser()

PopoSensei commented 3 years ago

Hello. We have fixed this issue in #33 Thank you for posting the issue.