Commit 737a6274 by bmedx

Use new template imports

parent 5a6b31c0
......@@ -9,11 +9,11 @@ except for making it optional.
# possible, we should disable pylint so it doesn't complain about the violations
# that are already in that file
# pylint: skip-file
from django.template.base import (
TemplateSyntaxError, Library, token_kwargs, TemplateDoesNotExist
)
from django.template import Library, TemplateDoesNotExist, TemplateSyntaxError
from django.template.base import token_kwargs
from django.template.loader_tags import IncludeNode
register = Library()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment