Sort imports alphabetically

This patch also re-organizes imports to import one per line.

Change-Id: Ia958e3a30a48d4308d08d51df243c1272425c316
Fixes: bug 1188529
Fixes: bug 1188537
This commit is contained in:
Matthias Runge
2013-06-10 14:29:44 +02:00
parent a30752d9a2
commit cea720e793
197 changed files with 838 additions and 414 deletions

View File

@@ -21,8 +21,8 @@
from __future__ import absolute_import
from django import http
from django.conf import settings
from django import http
from django.test.utils import override_settings
from mox import IsA