altos: AltosSerial.flush_input shouldn't discard Interrupted exceptions
authorKeith Packard <keithp@keithp.com>
Sun, 14 Aug 2011 04:10:15 +0000 (21:10 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Aug 2011 04:10:15 +0000 (21:10 -0700)
The eeprom download code wants to interrupt serial communication so
that it can stop downloading stuff in the middle of a run. Make
flush_input pass the exception along instead of discarding it.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found