From 5a8ed6f7f6932c554c7942874392b92755ef7400 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Thu, 18 May 2006 18:03:27 +0000 Subject: [PATCH] Fixed whitespace in tests/runtests.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@2939 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/runtests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runtests.py b/tests/runtests.py index a1b595fba6..7ee1fd5102 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -73,9 +73,9 @@ class TestRunner: def run_tests(self): from django.conf import settings - # An empty access of the settings to force the default options to be - # installed prior to assigning to them. - settings.INSTALLED_APPS + # An empty access of the settings to force the default options to be + # installed prior to assigning to them. + settings.INSTALLED_APPS # Manually set INSTALLED_APPS to point to the test models. settings.INSTALLED_APPS = [MODEL_TESTS_DIR_NAME + '.' + a for a in get_test_models()]