fix: import _

This commit is contained in:
Himanshu Warekar 2019-06-29 22:47:59 +05:30
parent 4aac53a01f
commit 2c56796e2d
2 changed files with 3 additions and 1 deletions

View file

@ -43,12 +43,13 @@
},
{
"default": "0",
"description": "Uses Google Maps Directions API to optimize routes.",
"fieldname": "enable",
"fieldtype": "Check",
"label": "Enable"
}
],
"modified": "2019-06-29 21:58:34.405715",
"modified": "2019-06-29 22:12:37.531852",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Google Maps",

View file

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