mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
ovirt_disk: fix Python 3 compatibility (use six) (#33730)
This commit is contained in:
parent
1f8f394de3
commit
b6528ea19f
2 changed files with 1 additions and 4 deletions
|
@ -233,9 +233,7 @@ import time
|
|||
import traceback
|
||||
import ssl
|
||||
|
||||
from httplib import HTTPSConnection
|
||||
from httplib import IncompleteRead
|
||||
|
||||
from ansible.module_utils.six.moves.http_client import HTTPSConnection, IncompleteRead
|
||||
from ansible.module_utils.six.moves.urllib.parse import urlparse
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue