We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8016bf + c7af7a7 commit 91f4bb1Copy full SHA for 91f4bb1
CHANGES.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.5.9
4
+* Fix pack compatibility under python 3 when unsupported implicit relative import was used (#41)
5
+
6
## v0.5.8
7
* Minor linting fix
8
actions/lib/ansible_base.py
@@ -1,11 +1,12 @@
import os
import sys
import subprocess
-import shell
import ast
import json
import six
+from . import shell
9
10
__all__ = [
11
'AnsibleBaseRunner'
12
]
pack.yaml
@@ -6,6 +6,6 @@ keywords:
- ansible
- cfg management
- configuration management
-version : 0.5.8
+version : 0.5.9
author : StackStorm, Inc.
email : [email protected]
0 commit comments