From eb0b0f04e3749fe2f22f3fb7f49f797906ade0f4 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Thu, 22 Jan 2015 01:37:23 +0100 Subject: [PATCH] Code cleanup --- mopidy_touchscreen/touch_screen.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index 17541dd..7142750 100644 --- a/mopidy_touchscreen/touch_screen.py +++ b/mopidy_touchscreen/touch_screen.py @@ -5,8 +5,7 @@ from threading import Thread import pygame -import mopidy -from mopidy import core +from mopidy import core, utils import pykka from .screen_manager import ScreenManager @@ -79,7 +78,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener): else: self.screen_manager.event(event) pygame.quit() - mopidy.utils.process.exit_process() + utils.process.exit_process() def on_start(self): try: