diff --git a/mopidy_touchscreen/main_screen.py b/mopidy_touchscreen/main_screen.py index ef428ca..94fc418 100644 --- a/mopidy_touchscreen/main_screen.py +++ b/mopidy_touchscreen/main_screen.py @@ -6,7 +6,6 @@ from threading import Thread import time import urllib import urllib2 - import pygame from .screen_objects import Progressbar, ScreenObjectsManager, \ diff --git a/mopidy_touchscreen/screen_manager.py b/mopidy_touchscreen/screen_manager.py index 75eeb27..6cbd846 100644 --- a/mopidy_touchscreen/screen_manager.py +++ b/mopidy_touchscreen/screen_manager.py @@ -1,10 +1,10 @@ import logging -from pkg_resources import Requirement, resource_filename import traceback +import pygame +from pkg_resources import Requirement, resource_filename import mopidy import mopidy.core -import pygame from .dynamic_background import DynamicBackground from .library_screen import LibraryScreen diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index 74ccd0d..48d0bcb 100644 --- a/mopidy_touchscreen/touch_screen.py +++ b/mopidy_touchscreen/touch_screen.py @@ -1,9 +1,9 @@ import logging from threading import Thread import traceback - import pygame import pykka + from mopidy import core from .screen_manager import ScreenManager