summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/layermap/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/gis/tests/layermap/tests.py')
-rw-r--r--django/contrib/gis/tests/layermap/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/django/contrib/gis/tests/layermap/tests.py b/django/contrib/gis/tests/layermap/tests.py
index 45709e30ce..85f105f4a0 100644
--- a/django/contrib/gis/tests/layermap/tests.py
+++ b/django/contrib/gis/tests/layermap/tests.py
@@ -1,15 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-from copy import copy
-from decimal import Decimal
import os
import unittest
+from copy import copy
+from decimal import Decimal
from unittest import skipUnless
+from django.conf import settings
from django.contrib.gis.gdal import HAS_GDAL
from django.db import connection
-from django.conf import settings
from django.test import TestCase, override_settings, skipUnlessDBFeature
from django.utils._os import upath