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

@ -49,7 +49,7 @@ class Traveloob(ReplApplication):
List all departures for a given station.
"""
station, arrival = self.parseargs(line, 2, 1)
station, arrival = self.parse_args(line, 2, 1)
station_id, backend_name = self.parse_id(station)
if arrival: