Code cleanup

This commit is contained in:
9and3r
2014-08-04 14:32:01 +02:00
parent d573743e36
commit f59acc7a9e
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import logging import logging
from .touch_manager import TouchManager from .touch_manager import TouchManager
from .screen_objects import ScreenObjectsManager, TouchAndTextItem, ScrollBar from .screen_objects import ScreenObjectsManager, TouchAndTextItem, ScrollBar

View File

@@ -2,6 +2,7 @@ import pykka
import traceback import traceback
import logging import logging
from threading import Thread from threading import Thread
import pygame import pygame
from mopidy import core from mopidy import core

View File

@@ -1,7 +1,6 @@
import logging import logging
import pykka import pykka
from mopidy import backend from mopidy import backend

View File

@@ -3,7 +3,8 @@
import unittest import unittest
from mopidy_touchscreen import Extension, touch_screen as frontend_lib from mopidy_touchscreen import Extension
# ,touch_screen as frontend_lib
class ExtensionTest(unittest.TestCase): class ExtensionTest(unittest.TestCase):