Import TemplateSyntaxError

- Legacy-Id: 601
This commit is contained in:
Bill Fenner 2007-06-21 20:15:17 +00:00
parent 71429f59aa
commit 3c0e569d33

View file

@ -4,7 +4,7 @@ and with the context push removed."""
from django.template import Node, NodeList, resolve_variable
from django.template import VariableDoesNotExist
from django.template import VariableDoesNotExist, TemplateSyntaxError
from django.template import Library
register = Library()