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, \
|
||||
ScreenObjectsManager, TouchAndTextItem
|
||||
from input import InputManager
|
||||
|
||||
from pkg_resources import Requirement, resource_filename
|
||||
|
||||
import pygame
|
||||
|
||||
@@ -7,10 +7,11 @@ import urllib
|
||||
import urllib2
|
||||
from threading import Thread
|
||||
|
||||
import mopidy.core
|
||||
|
||||
from base_screen import BaseScreen
|
||||
|
||||
import mopidy.core
|
||||
|
||||
import pygame
|
||||
|
||||
from ..graphic_utils import Progressbar, \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
from base_screen import BaseScreen
|
||||
|
||||
import pygame
|
||||
|
||||
from ..graphic_utils import ListView,\
|
||||
ScreenObjectsManager, TextItem, TouchAndTextItem
|
||||
|
||||
import pygame
|
||||
|
||||
from ..input import InputManager
|
||||
|
||||
mode_track_name = 0
|
||||
|
||||
Reference in New Issue
Block a user