python3 only: remove six.moves imports

This commit is contained in:
j 2020-05-29 12:17:18 +02:00
commit 548a73f121
33 changed files with 75 additions and 121 deletions

View file

@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
import re
import os
import shutil
from glob import glob
from urllib.parse import quote
import os
import re
import shutil
import subprocess
import tempfile
from six.moves.urllib.parse import quote
import ox
from django.conf import settings
from django.db import models, transaction