* fix(unicode): Import unicode_literals in every file * fix(unicode): Test if safe_json_loads return unicode instead of bytes
2 lines
No EOL
60 B
Python
2 lines
No EOL
60 B
Python
from __future__ import unicode_literals
|
|
from .utils import * |