Commit feef7303 authored by Michal Čihař's avatar Michal Čihař

Ensure logging format strings are unicode

Fixes #1035
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 348835ca
......@@ -18,6 +18,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import unicode_literals
import os
from django.core.urlresolvers import reverse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment