Projet

Général

Profil

0001-use-python3-urlparse-namespace.patch

Christophe Siraut, 19 septembre 2019 16:21

Télécharger (836 octets)

Voir les différences:

Subject: [PATCH] use python3 urlparse namespace

 hobo/agent/common/management/commands/hobo_deploy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
hobo/agent/common/management/commands/hobo_deploy.py
6 6
import subprocess
7 7
import sys
8 8
import tempfile
9
import urlparse
9
from urllib.parse import urlparse
10 10

  
11 11
from django.conf import settings
12 12
from django.core.management.base import BaseCommand, CommandError
13
-