Adjusted an import path.
- Legacy-Id: 12582
This commit is contained in:
parent
244a7a96e4
commit
faa7088d06
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue