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:
Adrian Holovaty 2005-12-14 04:47:09 +00:00
parent 0e5b7d88f2
commit 16f354236a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class TestRunner:
settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()] settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()]
from django.core.db import db 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. # Determine which models we're going to test.
test_models = get_test_models() test_models = get_test_models()