Fix more relative imports.

This commit is contained in:
Felix Fontein
2020-03-22 21:49:01 +01:00
parent 572fb750dc
commit df472c156e
137 changed files with 157 additions and 157 deletions

View File

@@ -9,7 +9,7 @@ __metaclass__ = type
from ansible_collections.community.general.tests.unit.compat.mock import patch
from ansible_collections.community.general.plugins.modules.network.onyx import onyx_aaa
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
from ..onyx_module import TestOnyxModule, load_fixture
from .onyx_module import TestOnyxModule, load_fixture
class TestOnyxAAAModule(TestOnyxModule):