mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563 from master
			
			
This commit is contained in:
		| @@ -8,16 +8,14 @@ import os | ||||
| import socket | ||||
|  | ||||
| from django.core.exceptions import ImproperlyConfigured | ||||
| from django.test import LiveServerTestCase | ||||
| from django.test import override_settings | ||||
| from django.test import LiveServerTestCase, override_settings | ||||
| from django.utils._os import upath | ||||
| from django.utils.http import urlencode | ||||
| from django.utils.six.moves.urllib.error import HTTPError | ||||
| from django.utils.six.moves.urllib.request import urlopen | ||||
| from django.utils._os import upath | ||||
|  | ||||
| from .models import Person | ||||
|  | ||||
|  | ||||
| TEST_ROOT = os.path.dirname(upath(__file__)) | ||||
| TEST_SETTINGS = { | ||||
|     'MEDIA_URL': '/media/', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user