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

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
install_docs = [
{'doctype':'Role', 'role_name': 'System Manager', 'name': 'System Manager'}
]