Remove obsolete imports
This commit is contained in:
parent
d004152bd8
commit
4909b4bc14
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ from logging import getLogger
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from urlparse import parse_qsl
|
from urlparse import parse_qsl
|
||||||
|
|
||||||
from pickler import pickle_me, Playback_Successful
|
|
||||||
import playback
|
import playback
|
||||||
from context_entry import ContextMenu
|
from context_entry import ContextMenu
|
||||||
import state
|
import state
|
||||||
|
@ -34,7 +33,7 @@ class Playback_Starter(Thread):
|
||||||
elif mode == 'context_menu':
|
elif mode == 'context_menu':
|
||||||
ContextMenu(kodi_id=params['kodi_id'],
|
ContextMenu(kodi_id=params['kodi_id'],
|
||||||
kodi_type=params['kodi_type'])
|
kodi_type=params['kodi_type'])
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
queue = state.COMMAND_PIPELINE_QUEUE
|
queue = state.COMMAND_PIPELINE_QUEUE
|
||||||
LOG.info("----===## Starting Playback_Starter ##===----")
|
LOG.info("----===## Starting Playback_Starter ##===----")
|
||||||
|
|
Loading…
Reference in a new issue