8000 Removed obsolete code for running test_loaders.py. · alex-python/django@71a559e · GitHub
[go: up one dir, main page]

Skip to content

Commit 71a559e

Browse files
committed
Removed obsolete code for running test_loaders.py.
Running this file as a standalone script doesn't work anyway.
1 parent cc6275e commit 71a559e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/template_tests/test_loaders.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
Note: This test requires setuptools!
55
"""
66

7-
from django.conf import settings
8-
9-
if __name__ == '__main__':
10-
settings.configure()
11-
127
import os.path
138
import sys
149
import types

0 commit comments

Comments
 (0)
0