cmp alternative

This commit is contained in:
Achilles Rasquinha 2018-03-08 11:31:17 +05:30
parent 1f2d5c774b
commit 1600614189
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ from frappe.utils.user import is_website_user
from frappe.model.naming import make_autoname
from frappe.core.doctype.dynamic_link.dynamic_link import deduplicate_dynamic_links
from six import iteritems, string_types
from past.builtins import cmp
import functools

View file

@ -48,3 +48,4 @@ googlemaps
mycli
dill
braintree
future