diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-13 22:51:57 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-13 22:51:57 +0100 |
| commit | 71a559e7714bf3da8987d9fc44a8ad7a9b2f9244 (patch) | |
| tree | e72c9071cb68b8002fa814d511a4402a5901811e | |
| parent | cc6275eeefe3da508a1203cf39aed237962e0171 (diff) | |
Removed obsolete code for running test_loaders.py.
Running this file as a standalone script doesn't work anyway.
| -rw-r--r-- | tests/template_tests/test_loaders.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/template_tests/test_loaders.py b/tests/template_tests/test_loaders.py index 272fc4773c..4a6635f08f 100644 --- a/tests/template_tests/test_loaders.py +++ b/tests/template_tests/test_loaders.py @@ -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 |
