mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 23:44:44 +00:00
Fixed unicode encoding issues on Python 2
This commit is contained in:
parent
2ddf8fd3b6
commit
d67242bf7d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from wagtail.tests.utils import unittest
|
||||
import datetime
|
||||
import json
|
||||
|
|
|
|||
Loading…
Reference in a new issue