added unicode_literals import at start of each file

This commit is contained in:
Anand Doshi
2012-07-19 13:40:31 +05:30
parent 5756630efb
commit 486f9dfcec
781 changed files with 781 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
# default settings that can be made for a profile.
from __future__ import unicode_literals
import webnotes
product_name = "ERPNext"