mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix(unicode): Import unicode_literals in every file
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
states = [
|
||||
'',
|
||||
'Andaman and Nicobar Islands',
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from __future__ import unicode_literals
|
||||
import frappe, re
|
||||
from frappe import _
|
||||
from frappe.utils import cstr, flt, date_diff, getdate
|
||||
|
||||
Reference in New Issue
Block a user