Commit c90ab036 authored by Łukasz Nowak's avatar Łukasz Nowak

promise: Use six instead try...except in check_surykatka_json

parent 0f79240b
...@@ -7,10 +7,7 @@ import email.utils ...@@ -7,10 +7,7 @@ import email.utils
import json import json
import os import os
import time import time
try: from six.moves.urllib.parse import urlparse
from urlparse import urlparse
except ImportError:
from urllib.parse import urlparse
@implementer(interface.IPromise) @implementer(interface.IPromise)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment