Skip to content

Commit 6a4c355

Browse files
committed
Use six libray instead of django.utils.six
1 parent bb7e6db commit 6a4c355

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

django_encrypted_filefield/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
2+
import six
23
from django.conf import settings
3-
from django.utils import six
44

55

66
def _get_setting(name):

django_encrypted_filefield/tests/test_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import six
12
from django.test import TestCase, override_settings
2-
from django.utils import six
33
from django_encrypted_filefield.constants import _get_setting, get_bytes
44

55
try:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Django>=1.11
44
cryptography>=1.7.1
55
requests>=2.12.4
66
python-magic>=0.4.12,<0.5.0
7+
six>=1.0.0

0 commit comments

Comments
 (0)