Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-04-04 17:43:09 +02:00
parent cb85a0c56c
commit c3fdf769f8

View file

@ -250,7 +250,7 @@ class List():
## Get all balloons ## Get all balloons
balloonset = set() balloonset = set()
for balloondir in self.balloondirs: for balloondir in balloondirs:
for balloon in os.listdir(balloondir): for balloon in os.listdir(balloondir):
## Use .think if running ponythink, otherwise .say ## Use .think if running ponythink, otherwise .say
if isthink and endswith(balloon, '.think'): if isthink and endswith(balloon, '.think'):