diff --git a/README.rst b/README.rst index d30489d..d5dc496 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ Changelog v0.2.1 ---------------------------------------- --Font will be included on instalation +- Font will be included on instalation v0.2.0 ---------------------------------------- diff --git a/mopidy_touchscreen/screen_manager.py b/mopidy_touchscreen/screen_manager.py index d0c5278..7f5f1b9 100644 --- a/mopidy_touchscreen/screen_manager.py +++ b/mopidy_touchscreen/screen_manager.py @@ -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