mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Removed some more imports/warnings useless after recent removals.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d2e273e295
commit
6d9227bb0f
2 changed files with 0 additions and 12 deletions
|
|
@ -3,9 +3,7 @@ Tests for django test runner
|
|||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import StringIO
|
||||
from optparse import make_option
|
||||
import warnings
|
||||
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.core.management import call_command
|
||||
|
|
@ -13,7 +11,6 @@ from django import db
|
|||
from django.test import simple
|
||||
from django.test.simple import DjangoTestSuiteRunner, get_tests
|
||||
from django.test.testcases import connections_support_transactions
|
||||
from django.test.utils import get_warnings_state, restore_warnings_state
|
||||
from django.utils import unittest
|
||||
from django.utils.importlib import import_module
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue