Adjusted an import path.

- Legacy-Id: 12582
This commit is contained in:
Henrik Levkowetz 2016-12-19 13:53:36 +00:00
parent 244a7a96e4
commit faa7088d06

View file

@ -4,7 +4,8 @@ from docutils.core import publish_string
from docutils.utils import SystemMessage
import debug # pyflakes:ignore
from django.template.base import Template as DjangoTemplate, TemplateDoesNotExist, TemplateEncodingError
from django.template.base import Template as DjangoTemplate, TemplateEncodingError
from django.template.exceptions import TemplateDoesNotExist
from django.template.loader import BaseLoader
from django.utils.encoding import smart_unicode