mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 04:10:27 -07:00
Change imports to work inside collection
This commit is contained in:
parent
9bfffd56e8
commit
fe241cd2ca
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ import json
|
||||||
from ansible.errors import AnsibleError, AnsibleParserError
|
from ansible.errors import AnsibleError, AnsibleParserError
|
||||||
from ansible.module_utils._text import to_text
|
from ansible.module_utils._text import to_text
|
||||||
from ansible.module_utils.basic import missing_required_lib
|
from ansible.module_utils.basic import missing_required_lib
|
||||||
from ansible.module_utils.gcp_utils import (
|
from ..module_utils.gcp_utils import (
|
||||||
GcpSession,
|
GcpSession,
|
||||||
navigate_hash,
|
navigate_hash,
|
||||||
GcpRequestException,
|
GcpRequestException,
|
||||||
|
|
Loading…
Add table
Reference in a new issue