mirror of
https://github.com/django/django.git
synced 2025-06-02 18:19:11 +00:00
Refs #24324 -- Fixed UnicodeDecodeError in template_backends tests
The message for the SuspiciousFileOperation exception needs to be a unicode string.
This commit is contained in:
parent
ad50b6c853
commit
bebc1e53a3
@ -1,3 +1,5 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import stat
|
import stat
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user