diff options
Diffstat (limited to 'tests/unit/mock/path.py')
-rw-r--r-- | tests/unit/mock/path.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/mock/path.py b/tests/unit/mock/path.py index aea8ba1..74b02be 100644 --- a/tests/unit/mock/path.py +++ b/tests/unit/mock/path.py @@ -1,3 +1,6 @@ +from __future__ import absolute_import, division, print_function + +__metaclass__ = type from ansible_collections.vyos.vyos.tests.unit.compat.mock import MagicMock from ansible.utils.path import unfrackpath |