[1.8.x] Refs #24324 -- Fixed UnicodeDecodeError in template_backends tests

The message for the SuspiciousFileOperation exception needs to
be a unicode string.

Backport of bebc1e53a3 from master
This commit is contained in:
Tim Graham 2015-02-16 08:25:53 -05:00
parent ec9119d4ec
commit f9a99c410e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import os import os
import stat import stat
import sys import sys