Code cleanup

This commit is contained in:
Ander
2015-01-22 11:57:16 +01:00
parent cbd553cebd
commit 50fe7b28dc
9 changed files with 26 additions and 12 deletions

View File

@@ -6,11 +6,15 @@ import time
import urllib
import urllib2
from threading import Thread
import mopidy.core
import pygame
from base_screen import BaseScreen
from ..input import InputManager
from ..graphic_utils import *
from ..graphic_utils import ScreenObjectsManager, Progressbar, TouchAndTextItem
logger = logging.getLogger(__name__)