[fix] Added unicode_literals if missing in py files

This commit is contained in:
Anand Doshi
2015-02-24 12:24:53 +05:30
parent 4d32afde30
commit d57e793bf3
79 changed files with 80 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
app_name = "erpnext"
app_title = "ERPNext"
app_publisher = "Web Notes Technologies Pvt. Ltd. and Contributors"