On Thursday 10 December 2009, Seth Vidal wrote: > - for line in maps.readlines(): > + for line in maps.readline(): Hmm, this looks suspicious. Wouldn't that just iterate over the chars on the first line, instead of over the actual lines?