python3 only, stop using six
This commit is contained in:
parent
2f5f0dc864
commit
d5902e2437
6 changed files with 13 additions and 16 deletions
|
|
@ -4,8 +4,8 @@ from __future__ import division, print_function, absolute_import
|
|||
|
||||
import os.path
|
||||
import hashlib
|
||||
import urllib
|
||||
|
||||
from six.moves import urllib
|
||||
from django.db import models
|
||||
from django.core.files.base import ContentFile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue