diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-01-30 15:17:39 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-01-30 15:17:39 +0100 |
| commit | c182d66f69f61abaf31905e5b3e1f47807e86bf7 (patch) | |
| tree | 8143854171a5e52520ad8e66e31ecda41f45418a | |
| parent | 52138b1fd08f80fe98def7e22a9693415b4f7744 (diff) | |
Reintroduced lazy import from commit 52138b1fd0
| -rw-r--r-- | tests/utils_tests/test_safestring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils_tests/test_safestring.py b/tests/utils_tests/test_safestring.py index d7afb38950..be20cea11e 100644 --- a/tests/utils_tests/test_safestring.py +++ b/tests/utils_tests/test_safestring.py @@ -1,7 +1,7 @@ from django.template import Context, Template from django.test import SimpleTestCase from django.utils import html, text -from django.utils.functional import lazystr +from django.utils.functional import lazy, lazystr from django.utils.safestring import SafeData, mark_safe |
