mirror of
https://github.com/django/django.git
synced 2025-11-03 21:25:09 +00:00
Removed obsolete code for running test_loaders.py.
Running this file as a standalone script doesn't work anyway.
This commit is contained in:
parent
cc6275eeef
commit
71a559e771
1 changed files with 0 additions and 5 deletions
|
|
@ -4,11 +4,6 @@ Test cases for the template loaders
|
|||
Note: This test requires setuptools!
|
||||
"""
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
if __name__ == '__main__':
|
||||
settings.configure()
|
||||
|
||||
import os.path
|
||||
import sys
|
||||
import types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue