cloudscale: fix compatibilty with older py3 versions (#52822)

* cloudscale: fix compatibilty with older py3 versions

* add doc fragment
This commit is contained in:
René Moser 2019-02-24 20:04:34 +01:00 committed by GitHub
commit ee416fd01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- cloudscale - Fix compatibilty with Python3 in version 3.5 and lower.