python3 only: remove six.moves imports
This commit is contained in:
parent
844382b1e8
commit
548a73f121
33 changed files with 75 additions and 121 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue