restore the account_list formatter to the 'list' command

This commit is contained in:
Romain Bignon 2011-05-11 16:22:22 +02:00
commit c55ccd4ee4

View file

@ -114,6 +114,7 @@ class Boobank(ReplApplication):
}
DEFAULT_FORMATTER = 'table'
COMMANDS_FORMATTERS = {'ls': 'account_list',
'list': 'account_list',
'transfer': 'transfer',
}