Mr Mac Pholea
Results
2
comments of
Mr Mac Pholea
@jmderueda I can't see your full trace, but might be the same issue I am having - my trace after deployed and tested is: > File "http_test.py", line 1, in...
We could do something like: > try: from six.moves.urllib_parse import urlparse except ImportError: from urlparse import urlparse