mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
remove python2 support from awxkit
This commit is contained in:
@@ -4,8 +4,8 @@ import atexit
|
||||
import json
|
||||
import ssl
|
||||
|
||||
from six.moves.queue import Queue, Empty
|
||||
from six.moves.urllib.parse import urlparse
|
||||
from queue import Queue, Empty
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from awxkit.config import config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user