summaryrefslogtreecommitdiff
path: root/app/lib/django_comments/abstracts.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-08-06 15:09:05 -0400
committerluxagraf <sng@luxagraf.net>2020-08-06 15:09:05 -0400
commit647176b83d2316a8f68613adac18e579dac6e2b1 (patch)
tree0791939ca747a4ee31f8bd057985a33997591aba /app/lib/django_comments/abstracts.py
parent5a29df9e2ab7c0d80296907fcb61dccfff1fd008 (diff)
updated to Django 3.1
Diffstat (limited to 'app/lib/django_comments/abstracts.py')
-rw-r--r--app/lib/django_comments/abstracts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/django_comments/abstracts.py b/app/lib/django_comments/abstracts.py
index 4fbb94a..f4ff362 100644
--- a/app/lib/django_comments/abstracts.py
+++ b/app/lib/django_comments/abstracts.py
@@ -6,7 +6,7 @@ from django.contrib.contenttypes.models import ContentType
from django.contrib.sites.models import Site
from django.db import models
from django.utils import timezone
-from django.utils.encoding import python_2_unicode_compatible
+from six import python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
try:
from django.urls import reverse