Convert the source to Python3 #1

Merged
dentaku merged 2 commits from python3 into master 2019-03-23 11:10:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ff394df38 - Show all commits

View File

@ -53,7 +53,7 @@ Paid: € ${paid}
Events: € ${event}
Individual debts:
% for (u, v) in sorted(debts, key=lambda p:p[1], reverse=True):
${u"%20s %d \u20AC" % (u, v)}
${"%20s %d \u20AC" % (u, v)}
% endfor
PREVIOUSLY PUNTED (pay € 30 balance to return):