diff options
Diffstat (limited to 'tests/unit/mock/vault_helper.py')
-rw-r--r-- | tests/unit/mock/vault_helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/mock/vault_helper.py b/tests/unit/mock/vault_helper.py index 4c6c890c..6006ba96 100644 --- a/tests/unit/mock/vault_helper.py +++ b/tests/unit/mock/vault_helper.py @@ -14,6 +14,7 @@ # Make coding more python3-ish from __future__ import absolute_import, division, print_function + __metaclass__ = type from ansible.module_utils._text import to_bytes |