core: Make history controller traversable

Fixes mopidy/mopidy.js#6
This commit is contained in:
Stein Magnus Jodal 2015-04-22 22:48:43 +02:00
parent 577a85b58c
commit 9bb278f00e
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ v1.0.1 (UNRELEASED)
Bug fix release.
- Core: Make the new history controller available for use. (Fixes: :js:`6`)
- Audio: Software volume control has been reworked to greatly reduce the delay
between changing the volume and the change taking effect. (Fixes:
:issue:`1097`)

View File

@ -11,6 +11,7 @@ logger = logging.getLogger(__name__)
class HistoryController(object):
pykka_traversable = True
def __init__(self):
self._history = []