python3 only, stop using six

This commit is contained in:
j 2016-10-13 15:19:15 +02:00
commit d5902e2437
6 changed files with 13 additions and 16 deletions

View file

@ -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