From 647176b83d2316a8f68613adac18e579dac6e2b1 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 6 Aug 2020 15:09:05 -0400 Subject: updated to Django 3.1 --- app/lib/django_comments/abstracts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/lib/django_comments/abstracts.py') 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 -- cgit v1.2.3-70-g09d2