frappe/frappe#478, frappe tests pass, .txt renamed to .json

This commit is contained in:
Rushabh Mehta
2014-03-31 17:27:06 +05:30
parent 0e13cd5ac9
commit 0a0f2495a2
410 changed files with 347 additions and 2764 deletions

View File

@@ -8,7 +8,6 @@ import frappe
def boot_session(bootinfo):
"""boot session - send website info if guest"""
import frappe
import frappe.model.doc
bootinfo['custom_css'] = frappe.db.get_value('Style Settings', None, 'custom_css') or ''
bootinfo['website_settings'] = frappe.model.getsingle('Website Settings')
@@ -18,7 +17,6 @@ def boot_session(bootinfo):
load_country_and_currency(bootinfo)
import frappe.model.doctype
bootinfo['notification_settings'] = frappe.get_doc("Notification Control",
"Notification Control").get_values()