Alphabetie

This commit is contained in:
Eli Ribble 2016-05-17 15:13:21 -06:00
parent aa1664eea0
commit 89b8e5e1ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,10 +10,10 @@ import vanth.tables
def _to_dict(result):
return {
'username' : result[vanth.tables.User.c.username],
'password' : result[vanth.tables.User.c.password],
'name' : result[vanth.tables.User.c.name],
'uri' : sepiida.routing.uri('user', result[vanth.tables.User.c.uuid]),
'username' : result[vanth.tables.User.c.username],
}
def by_filter(filters):