Hooking websocket into react

This commit is contained in:
James Barnsley
2017-02-18 22:04:05 +13:00
parent 16415f8659
commit b1af53fed9
13 changed files with 363 additions and 608 deletions

View File

@ -8,8 +8,7 @@ import handlers
from mopidy import config, ext
from frontend import IrisFrontend
from http import HttpHandler
from websocket import WebsocketHandler
from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)