Code cleanup

This commit is contained in:
Ander
2015-01-22 12:07:17 +01:00
parent c6c5f64588
commit 4238508b4c
7 changed files with 17 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
import os
import socket
import mopidy
from base_screen import BaseScreen
from ..input import InputManager
from ..graphic_utils import ScreenObjectsManager, TouchAndTextItem
from ..input import InputManager
class MenuScreen(BaseScreen):