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:
@@ -6,11 +6,15 @@ import time
|
||||
import urllib
|
||||
import urllib2
|
||||
from threading import Thread
|
||||
|
||||
import mopidy.core
|
||||
|
||||
import pygame
|
||||
|
||||
from base_screen import BaseScreen
|
||||
|
||||
from ..input import InputManager
|
||||
from ..graphic_utils import *
|
||||
from ..graphic_utils import ScreenObjectsManager, Progressbar, TouchAndTextItem
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user