[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
import frappe
from frappe.templates.pages.style_settings import default_properties