mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
use 'six' for urlparse compatability (#5777)
* use 'six' for urlparse compatability
This commit is contained in:
parent
b05df29978
commit
367f675420
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ EXAMPLES = '''
|
|||
'''
|
||||
|
||||
import os
|
||||
import urlparse
|
||||
from ansible.module_utils.six.moves.urllib.parse import urlparse
|
||||
from ssl import SSLError
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue