[TELE-569] fix urlparse for Python 3.5

This commit is contained in:
Daniel Muyshond 2020-06-28 14:21:21 +02:00
parent 253ac6b02a
commit 73c78bdc28
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import json
import urlparse
from urllib.parse import urlparse
import requests
from django.core.urlresolvers import reverse