aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-08 09:10:24 +0000
committerTom Christie2012-11-08 09:10:24 +0000
commitc78b34d5017a05220bcd623946b4f52cc2d119cd (patch)
treea73eef932ad49ae453cbd525528a6077dee96e83
parent34c5fb0cc682831822ce77379e8211ec02349897 (diff)
downloaddjango-rest-framework-c78b34d5017a05220bcd623946b4f52cc2d119cd.tar.bz2
Strict import ordering
-rw-r--r--rest_framework/templatetags/rest_framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templatetags/rest_framework.py b/rest_framework/templatetags/rest_framework.py
index 0672ee4f..4e0181ee 100644
--- a/rest_framework/templatetags/rest_framework.py
+++ b/rest_framework/templatetags/rest_framework.py
@@ -1,9 +1,9 @@
from django import template
from django.core.urlresolvers import reverse
+from django.http import QueryDict
from django.utils.encoding import force_unicode
from django.utils.html import escape
from django.utils.safestring import SafeData, mark_safe
-from django.http import QueryDict
from urlparse import urlsplit, urlunsplit
import re
import string