piface / pifacecommon

Common functions for interacting with PiFace products
GNU General Public License v3.0
42 stars 31 forks source link

pifacecommon.interrupts references undefined Timeout exception #2

Closed larsks closed 11 years ago

larsks commented 11 years ago

In pifacecommon.interrupts, there is a reference to a Timeout exception:

276     raise Timeout("Waiting too long for %s." % filename)

The Timeout exception is not defined in this file, nor does it appear to be a native Python exception.

tompreston commented 11 years ago

I've added the Timeout class in the testing branch, are you having any other issues with interrupts?