mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Imports changes
This commit is contained in:
@@ -6,7 +6,6 @@ from threading import Thread
|
|||||||
import time
|
import time
|
||||||
import urllib
|
import urllib
|
||||||
import urllib2
|
import urllib2
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
|
|
||||||
from .screen_objects import Progressbar, ScreenObjectsManager, \
|
from .screen_objects import Progressbar, ScreenObjectsManager, \
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
import logging
|
import logging
|
||||||
from pkg_resources import Requirement, resource_filename
|
|
||||||
import traceback
|
import traceback
|
||||||
|
import pygame
|
||||||
|
|
||||||
|
from pkg_resources import Requirement, resource_filename
|
||||||
import mopidy
|
import mopidy
|
||||||
import mopidy.core
|
import mopidy.core
|
||||||
import pygame
|
|
||||||
|
|
||||||
from .dynamic_background import DynamicBackground
|
from .dynamic_background import DynamicBackground
|
||||||
from .library_screen import LibraryScreen
|
from .library_screen import LibraryScreen
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import logging
|
import logging
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
import pykka
|
import pykka
|
||||||
|
|
||||||
from mopidy import core
|
from mopidy import core
|
||||||
|
|
||||||
from .screen_manager import ScreenManager
|
from .screen_manager import ScreenManager
|
||||||
|
|||||||
Reference in New Issue
Block a user