[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,5 +1,6 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import frappe
import frappe.permissions