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
This commit is contained in:
Adrian Holovaty 2012-02-02 17:03:32 +00:00
parent 1030d66a14
commit 086697b231
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
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