소스 검색

Code cleanup

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