mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Migrate the v2/tests to use the ansible.compat module
This commit is contained in:
parent
3f27e5e080
commit
a954220957
8 changed files with 9 additions and 64 deletions
|
@ -19,7 +19,7 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
from .. compat import unittest
|
||||
from ansible.compat.tests import unittest
|
||||
from ansible.parsing import load_data
|
||||
from ansible.errors import AnsibleParserError
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue