fix: Added import statement for translate wrapper

This commit is contained in:
scmmishra 2019-03-18 19:11:07 +05:30
parent f2c638f8ab
commit eaed1ae3d6
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.model.document import Document
class CourseActivity(Document):

View File

@ -4,6 +4,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.model.document import Document
from functools import reduce