Browse Source

Reintroduced lazy import from commit 52138b1fd0

Claude Paroz 8 years ago
parent
commit
c182d66f69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils_tests/test_safestring.py

+ 1 - 1
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