fix: import unicode_literals

This commit is contained in:
Saurabh
2019-01-15 14:47:14 +05:30
parent ba54209c86
commit 68ea608ca8
3 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import frappe
from frappe.model.rename_doc import rename_doc
from frappe.model.utils.rename_field import rename_field