fix: import _ in porgram.py

This commit is contained in:
Shivam Mishra 2019-06-05 19:43:51 +05:30
parent d69892abfa
commit f121b51951

View File

@ -1,6 +1,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import erpnext.education.utils as utils import erpnext.education.utils as utils
import frappe import frappe
from frappe import _
no_cache = 1 no_cache = 1