StackStorm-Exchange / stackstorm-ansible

st2 content pack containing ansible integrations
https://exchange.stackstorm.org/
Apache License 2.0
36 stars 28 forks source link

Fix pack compatibility under python 3 when implicit relative import was used #41

Closed arm4b closed 5 years ago

arm4b commented 5 years ago

Implicit relative imports used to work in python 2, but were deprecated in python 3: See https://docs.python.org/3.0/whatsnew/3.0.html#removed-syntax

Fix pack imports to work under py3

Fixes #40