Skip to content

Commit

Permalink
Fixed loader_tags.py to import token_kwargs from the correct module
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Feb 2, 2012
1 parent 1030d66 commit 086697b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django/template/loader_tags.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 086697b

Please sign in to comment.