mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix more relative imports.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ if sys.version_info[:2] != (2, 6):
|
||||
|
||||
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
|
||||
class TestNetscalerCSPolicyModule(TestModule):
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, call
|
||||
from ..netscaler_module import TestModule
|
||||
from .netscaler_module import TestModule
|
||||
import copy
|
||||
import tempfile
|
||||
import json
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ if sys.version_info[:2] != (2, 6):
|
||||
|
||||
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
|
||||
class TestNetscalerServiceModule(TestModule):
|
||||
|
||||
@@ -26,7 +26,7 @@ if sys.version_info[:2] != (2, 6):
|
||||
|
||||
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
|
||||
class TestNetscalerServicegroupModule(TestModule):
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch, Mock, MagicMock, call
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..netscaler_module import TestModule, nitro_base_patcher
|
||||
from .netscaler_module import TestModule, nitro_base_patcher
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user