remove python2 support from awxkit

This commit is contained in:
Ryan Petrello
2020-03-18 09:06:20 -04:00
parent db7f0f9421
commit 06b3e54fb1
18 changed files with 27 additions and 116 deletions

View File

@@ -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