diff options
Diffstat (limited to 'app/lib/django_comments/models.py')
-rw-r--r-- | app/lib/django_comments/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/django_comments/models.py b/app/lib/django_comments/models.py index ebf1bc5..204cf2e 100644 --- a/app/lib/django_comments/models.py +++ b/app/lib/django_comments/models.py @@ -1,7 +1,7 @@ +from six import python_2_unicode_compatible from django.conf import settings from django.db import models from django.utils import timezone -from django.utils.encoding import python_2_unicode_compatible from django.utils.translation import ugettext_lazy as _ from .abstracts import ( |