Skip to content

Commit faa7088

Browse files
committed
Adjusted an import path.
- Legacy-Id: 12582
1 parent 244a7a9 commit faa7088

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/dbtemplate/template.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from docutils.utils import SystemMessage
55
import debug # pyflakes:ignore
66

7-
from django.template.base import Template as DjangoTemplate, TemplateDoesNotExist, TemplateEncodingError
7+
from django.template.base import Template as DjangoTemplate, TemplateEncodingError
8+
from django.template.exceptions import TemplateDoesNotExist
89
from django.template.loader import BaseLoader
910
from django.utils.encoding import smart_unicode
1011

0 commit comments

Comments
 (0)