Readme fix

This commit is contained in:
Ander
2014-12-22 17:59:11 +01:00
parent b56a53a704
commit a46cea1ed4
2 changed files with 2 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ Changelog
v0.2.1
----------------------------------------
-Font will be included on instalation
- Font will be included on instalation
v0.2.0
----------------------------------------

View File

@@ -1,7 +1,5 @@
import logging
import traceback
import mopidy
import mopidy.core
import pygame
from pkg_resources import Requirement, resource_filename
@@ -10,7 +8,7 @@ from .library_screen import LibraryScreen
from .main_screen import MainScreen
from .menu_screen import MenuScreen
from .playlist_screen import PlaylistScreen
from .screen_objects import Progressbar, ScreenObjectsManager, \
from .screen_objects import ScreenObjectsManager, \
TouchAndTextItem
from .input_manager import InputManager
from .tracklist import Tracklist