Solaar/lib
Peter Wu 10c26fe642 Py3 compat: replace use of "unicode" (pwr/Solaar#32)
Generating "an unknown notification" type bailed out because of an unknown
feature type None. Since `isinstance(other, str)` is False for None, the script
will raise an exception on `isinstance(other, unicode)`.

There is no differentiation between `str` and `bytes` in Python 2, therefore
add another condition to `NamedInt.__eq__` to catch unknown types (like
`bytes`).
2013-05-03 23:46:46 +02:00
..
hidapi fix device _match-ing in enumerate() 2013-05-03 16:35:54 +02:00
logitech Py3 compat: replace use of "unicode" (pwr/Solaar#32) 2013-05-03 23:46:46 +02:00
solaar always log exceptions, even without -v 2013-05-03 18:42:45 +02:00