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

@@ -1,10 +1,7 @@
import argparse
import json
import unittest
try:
from StringIO import StringIO
except ImportError:
from io import StringIO
from io import StringIO
import pytest
from requests import Response