mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Code cleanup
This commit is contained in:
@@ -4,6 +4,7 @@ import traceback
|
|||||||
from graphic_utils import DynamicBackground, \
|
from graphic_utils import DynamicBackground, \
|
||||||
ScreenObjectsManager, TouchAndTextItem
|
ScreenObjectsManager, TouchAndTextItem
|
||||||
from input import InputManager
|
from input import InputManager
|
||||||
|
|
||||||
from pkg_resources import Requirement, resource_filename
|
from pkg_resources import Requirement, resource_filename
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ import urllib
|
|||||||
import urllib2
|
import urllib2
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
import mopidy.core
|
|
||||||
|
|
||||||
from base_screen import BaseScreen
|
from base_screen import BaseScreen
|
||||||
|
|
||||||
|
import mopidy.core
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
|
|
||||||
from ..graphic_utils import Progressbar, \
|
from ..graphic_utils import Progressbar, \
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
from base_screen import BaseScreen
|
from base_screen import BaseScreen
|
||||||
|
|
||||||
|
import pygame
|
||||||
|
|
||||||
from ..graphic_utils import ListView,\
|
from ..graphic_utils import ListView,\
|
||||||
ScreenObjectsManager, TextItem, TouchAndTextItem
|
ScreenObjectsManager, TextItem, TouchAndTextItem
|
||||||
|
|
||||||
import pygame
|
|
||||||
|
|
||||||
from ..input import InputManager
|
from ..input import InputManager
|
||||||
|
|
||||||
mode_track_name = 0
|
mode_track_name = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user