fix: Add missing import

This commit is contained in:
deepeshgarg007
2019-12-14 21:25:30 +05:30
parent a41d464198
commit 6a8ff1bebe
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ from frappe.model.document import Document
from frappe.contacts.address_and_contact import load_address_and_contact
from frappe.utils.nestedset import NestedSet
from past.builtins import cmp
import functools
class Company(NestedSet):