Ander 11 vuotta sitten
vanhempi
commit
5a34c7f279
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      mopidy_touchscreen/touch_screen.py

+ 2 - 1
mopidy_touchscreen/touch_screen.py

@@ -3,9 +3,10 @@ import os
 import traceback
 import traceback
 from threading import Thread
 from threading import Thread
 
 
+from mopidy import core, utils
+
 import pygame
 import pygame
 
 
-from mopidy import core, utils
 import pykka
 import pykka
 
 
 from .screen_manager import ScreenManager
 from .screen_manager import ScreenManager