commit | 3da42fcdf97a95011742894a2e0fc8f183fd3500 | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Thu Apr 23 16:12:45 2015 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Wed May 06 14:47:33 2015 +0530 |
tree | 6ef664190a109cd6bb05e0a09a47536923e1bb95 | |
parent | fa381c7a6ccfd2cb0d60c1b220888b69f7db81be [diff] |
fixed import errors
diff --git a/erpnext/projects/doctype/task/task.py b/erpnext/projects/doctype/task/task.py index 4d1065d..b52e2d8 100644 --- a/erpnext/projects/doctype/task/task.py +++ b/erpnext/projects/doctype/task/task.py
@@ -4,10 +4,8 @@ from __future__ import unicode_literals import frappe, json -from frappe.utils import getdate +from frappe.utils import getdate, date_diff, add_days from frappe import _ -from data import date_diff, add_days - from frappe.model.document import Document