From c78b34d5017a05220bcd623946b4f52cc2d119cd Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 8 Nov 2012 09:10:24 +0000 Subject: [PATCH] Strict import ordering --- rest_framework/templatetags/rest_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/templatetags/rest_framework.py b/rest_framework/templatetags/rest_framework.py index 0672ee4f6..4e0181ee0 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