s/parseargs/parse_args

This commit is contained in:
Christophe Benz 2010-12-13 15:42:20 +01:00
commit 5bdd1540fe
9 changed files with 11 additions and 11 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.parseargs(line, 4, 1)
id_from, id_to, amount, reason = self.parse_args(line, 4, 1)
id_from, backend_name_from = self.parse_id(id_from)
if not id_to: