From 5a34c7f2794234c421c45d4625d03ff950305d85 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Thu, 22 Jan 2015 01:41:07 +0100 Subject: [PATCH] Code cleanup --- mopidy_touchscreen/touch_screen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index 7142750..00819e4 100644 --- a/mopidy_touchscreen/touch_screen.py +++ b/mopidy_touchscreen/touch_screen.py @@ -3,9 +3,10 @@ import os import traceback from threading import Thread +from mopidy import core, utils + import pygame -from mopidy import core, utils import pykka from .screen_manager import ScreenManager