Commit 086697b2 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed loader_tags.py to import token_kwargs from the correct module

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1030d66a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
from django.conf import settings
from django.template.base import TemplateSyntaxError, Library, Node, TextNode
from django.template.defaulttags import token_kwargs
from django.template.base import TemplateSyntaxError, Library, Node, TextNode, token_kwargs
from django.template.loader import get_template
from django.utils.safestring import mark_safe