diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-25 11:03:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-25 19:50:12 +0100 |
| commit | 370a145996ca4749abaa528079a672fd10b9632e (patch) | |
| tree | f0494cab0815fd68c258a55cec185b9d0490d573 /tests/template_tests/syntax_tests/test_include.py | |
| parent | 9a5f87a69cba85a3192baf5cd504a1594793b5a7 (diff) | |
[2.2.x] Fixed relative paths imports per isort 4.3.5.
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master
Diffstat (limited to 'tests/template_tests/syntax_tests/test_include.py')
| -rw-r--r-- | tests/template_tests/syntax_tests/test_include.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_include.py b/tests/template_tests/syntax_tests/test_include.py index 8587639674..bb250c049d 100644 --- a/tests/template_tests/syntax_tests/test_include.py +++ b/tests/template_tests/syntax_tests/test_include.py @@ -3,8 +3,8 @@ from django.template import ( ) from django.test import SimpleTestCase -from ..utils import setup from .test_basic import basic_templates +from ..utils import setup include_fail_templates = { 'include-fail1': '{% load bad_tag %}{% badtag %}', |
