From 05e5138b704bae46d05e124a80691bb1aa17b24b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 5 Jul 2016 08:38:54 +0200 Subject: 2to3 conversion --- app/views/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/stats.py') diff --git a/app/views/stats.py b/app/views/stats.py index 639f73b..9ff81a1 100644 --- a/app/views/stats.py +++ b/app/views/stats.py @@ -45,7 +45,7 @@ def show(): consts[date_to_ms(cur)] += e.monthly cur = next_date(cur) - consts = list(sorted(consts.iteritems())) + consts = list(sorted(consts.items())) expQuery = SingleExpense.of(current_user)\ .group_by(SingleExpense.year, SingleExpense.month)\ -- cgit v1.2.3-70-g09d2