* fix(unicode): Import unicode_literals in every file * fix(unicode): Test if safe_json_loads return unicode instead of bytes
8 lines
159 B
Python
8 lines
159 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
from frappe.translate import get_lang_dict
|
|
|
|
# migrate language from name to code
|
|
def execute():
|
|
return
|