mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Readme fix
This commit is contained in:
@@ -115,7 +115,7 @@ Changelog
|
||||
v0.2.1
|
||||
----------------------------------------
|
||||
|
||||
-Font will be included on instalation
|
||||
- Font will be included on instalation
|
||||
|
||||
v0.2.0
|
||||
----------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user