diff --git a/frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.py b/frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.py index bcabfadab1..de83807b4b 100644 --- a/frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.py +++ b/frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.py @@ -4,6 +4,7 @@ from __future__ import unicode_literals import frappe, os +from frappe import _ from frappe.model.document import Document from frappe.modules.export_file import export_to_files from frappe.modules import get_module_path, scrub