Skip to content

Commit e129f99

Browse files
committed
switch to six.python_2_unicode_compatible
1 parent ebdd7b6 commit e129f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_database_files/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.conf import settings
55
from django.db import models
66
from django.utils import timezone
7-
from django.utils.encoding import python_2_unicode_compatible
7+
from six import python_2_unicode_compatible
88

99
from django.db.models import BinaryField
1010

0 commit comments

Comments
 (0)