Code cleanup

This commit is contained in:
Ander
2015-01-22 12:18:10 +01:00
parent 3a5b2e9d23
commit 30c4dc9740
3 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import traceback
from graphic_utils import DynamicBackground, \
ScreenObjectsManager, TouchAndTextItem
from input import InputManager
from pkg_resources import Requirement, resource_filename
import pygame

View File

@@ -7,10 +7,11 @@ import urllib
import urllib2
from threading import Thread
import mopidy.core
from base_screen import BaseScreen
import mopidy.core
import pygame
from ..graphic_utils import Progressbar, \

View File

@@ -1,10 +1,10 @@
from base_screen import BaseScreen
import pygame
from ..graphic_utils import ListView,\
ScreenObjectsManager, TextItem, TouchAndTextItem
import pygame
from ..input import InputManager
mode_track_name = 0