Django

Code

Changeset 2939

Show
Ignore:
Timestamp:
05/18/06 13:03:27 (2 years ago)
Author:
jacob
Message:

Fixed whitespace in tests/runtests.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/runtests.py

    r2927 r2939  
    7474        from django.conf import settings 
    7575 
    76        # An empty access of the settings to force the default options to be 
    77        # installed prior to assigning to them. 
    78        settings.INSTALLED_APPS 
     76        # An empty access of the settings to force the default options to be 
     77        # installed prior to assigning to them. 
     78        settings.INSTALLED_APPS 
    7979 
    8080        # Manually set INSTALLED_APPS to point to the test models.