From 6ba1b5f3eefa2e48df59229eaf424d5322ec6129 Mon Sep 17 00:00:00 2001 From: 9and3r <9and3r@gmail.com> Date: Tue, 5 Aug 2014 20:47:34 +0200 Subject: [PATCH] Imports changes --- mopidy_touchscreen/main_screen.py | 1 - mopidy_touchscreen/screen_manager.py | 4 ++-- mopidy_touchscreen/touch_screen.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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