mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit d9ba598938
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
3d512d88f1
commit
9d26e0c468
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from distutils.version import LooseVersion
|
|
||||||
|
from ansible_collections.community.general.plugins.module_utils.version import LooseVersion
|
||||||
|
|
||||||
from ansible_collections.community.general.plugins.modules.source_control.gitlab.gitlab_protected_branch import GitlabProtectedBranch
|
from ansible_collections.community.general.plugins.modules.source_control.gitlab.gitlab_protected_branch import GitlabProtectedBranch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue