Merge pull request #15920 from rohitwaghchaure/fix_patch_ascii_code_error

[Fix] Patch, ascii codec error
This commit is contained in:
Ameya Shenoy 2018-11-06 16:35:21 +05:30 committed by GitHub
commit 0c42f99b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils.nestedset import rebuild_tree