add missing __future__ import unicode_literals
This commit is contained in:
parent
85bf26c1d0
commit
bf23bc0489
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
import re
|
||||
|
||||
|
|
Loading…
Reference in a new issue