1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-19 10:21:30 +00:00

Fix unit test imports. (#27)

This commit is contained in:
Felix Fontein 2020-03-22 19:59:18 +01:00 committed by GitHub
parent 344b48c2bf
commit 7e60763ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ __metaclass__ = type
import pytest
import atexit
from ..FakeAnsibleModule import FailJsonException
from .FakeAnsibleModule import FailJsonException
from ansible.module_utils.ansible_release import __version__ as ANSIBLE_VERSION