fix parse_args conflict

This commit is contained in:
Christophe Benz 2010-12-13 16:18:23 +01:00
commit e9ede31053
9 changed files with 14 additions and 12 deletions

View file

@ -196,7 +196,7 @@ class Boobank(ReplApplication):
If you give only the ACCOUNT parameter, it lists all the
available recipients for this account.
"""
id_from, id_to, amount, reason = self.parse_args(line, 4, 1)
id_from, id_to, amount, reason = self.parse_command_args(line, 4, 1)
id_from, backend_name_from = self.parse_id(id_from)
if not id_to: