From 1ecb13df6b5145cd95c87e77e4878906dd56a0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 5 May 2020 08:40:36 +0200 Subject: [PATCH] misc: get urllib.quote from six --- .../management/commands/notify_sectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passerelle_montpellier_encombrants/management/commands/notify_sectors.py b/passerelle_montpellier_encombrants/management/commands/notify_sectors.py index 976128d..e8fcf57 100644 --- a/passerelle_montpellier_encombrants/management/commands/notify_sectors.py +++ b/passerelle_montpellier_encombrants/management/commands/notify_sectors.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- import requests -import urllib from datetime import datetime, timedelta from django.conf import settings from django.core.management.base import BaseCommand, CommandError +from django.utils.six.moves.urllib import parse as urllib from passerelle.base.signature import sign_url from passerelle_montpellier_encombrants.utils import email_sectors