magic-removal: Removed unnecessary import in runtests.py
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0e5b7d88f2
commit
16f354236a
|
@ -69,7 +69,7 @@ class TestRunner:
|
|||
settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()]
|
||||
|
||||
from django.core.db import db
|
||||
from django.core import management, meta
|
||||
from django.core import management
|
||||
|
||||
# Determine which models we're going to test.
|
||||
test_models = get_test_models()
|
||||
|
|
Loading…
Reference in New Issue