Ander 11 سال پیش
والد
کامیت
5a34c7f279
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      mopidy_touchscreen/touch_screen.py

+ 2 - 1
mopidy_touchscreen/touch_screen.py

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