mopidy/mopidy/backends
Thomas Adamcik 3a4a9e60e0 Fix use of threading.Event for Python 2.6 and clear connected state.
threading.Event's wait method returns None on python pre 2.7, which means all
searches would fail. This also corrects that fact that we weren't clearing the
connected threading event on disconnects. I did not add any tests for this at
this time as I just want to get the fix out.
2012-12-24 13:55:46 +01:00
..
local local: Use 'file:search' as uri for search results for now 2012-12-23 18:32:52 +01:00
spotify Fix use of threading.Event for Python 2.6 and clear connected state. 2012-12-24 13:55:46 +01:00
__init__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
base.py Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +01:00
dummy.py Return SearchResult objects from find_exact() and search() 2012-12-21 22:05:20 +01:00
listener.py backends: Add BackendListener.on_event() 2012-12-01 11:21:06 +01:00