added utf-8 support
This commit is contained in:
parent
f0c3dcc3af
commit
e571361dfa
|
@ -1,3 +1,4 @@
|
|||
# This Python file uses the following encoding: utf-8
|
||||
% for u in sorted(lame, key=lambda u:u.username):
|
||||
${week_end.strftime("%F")} Week ${week}
|
||||
User:${u.username} $-5
|
||||
|
|
Loading…
Reference in a new issue