Don't try and import an old version and then fail back to the 2.7 version. Just do the 2.7 version. :)

This commit is contained in:
Ebag333
2017-02-10 11:22:06 -08:00
parent 0fc45ead6e
commit 07a2020303

View File

@@ -12,10 +12,7 @@ import config
from service.pycrest.compat import bytes_, text_
from service.pycrest.errors import APIException
try:
from urllib.parse import urlparse, urlunparse, parse_qsl
except ImportError: # pragma: no cover
from urlparse import urlparse, urlunparse, parse_qsl
from urlparse import urlparse, urlunparse, parse_qsl
try:
import pickle