use django.utils.six

this app is working in django, so no need to add additional dependency when it exist. using django.utils.six is better.
This commit is contained in:
wtayyeb 2015-10-22 02:16:44 +03:30
parent fe126b4432
commit 2e7c443c30
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
import sys
import six
from django.core.exceptions import ImproperlyConfigured
from django.utils import six
from .utils import import_attribute