Code cleanup

This commit is contained in:
Ander
2015-01-22 12:13:32 +01:00
parent 4238508b4c
commit 3a5b2e9d23
5 changed files with 9 additions and 8 deletions

View File

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