diff options
Diffstat (limited to 'app/lib/django_comments/abstracts.py')
-rw-r--r-- | app/lib/django_comments/abstracts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/django_comments/abstracts.py b/app/lib/django_comments/abstracts.py index e74ea02..5428f1a 100644 --- a/app/lib/django_comments/abstracts.py +++ b/app/lib/django_comments/abstracts.py @@ -9,7 +9,7 @@ from django.utils.html import mark_safe from django.db import models from django.utils import timezone from six import python_2_unicode_compatible -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ try: from django.urls import reverse except ImportError: |