chore: remove all six compat code

This commit is contained in:
Ankush Menat
2021-11-04 19:48:32 +05:30
parent 56a25a0c4f
commit 8fe5feb6a4
420 changed files with 179 additions and 678 deletions

View File

@@ -3,7 +3,6 @@
import frappe
from six import iteritems
def execute():
@@ -34,7 +33,7 @@ def execute():
'Based on price list': 'Based On Price List'
}
for key, value in iteritems(price_determination_map):
for key, value in price_determination_map.items():
frappe.db.sql("""
UPDATE `tabSubscription Plan`
SET price_determination = %s