소스 검색

Code cleanup

Ander 11 년 전
부모
커밋
eb0b0f04e3
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      mopidy_touchscreen/touch_screen.py

+ 2 - 3
mopidy_touchscreen/touch_screen.py

@@ -5,8 +5,7 @@ from threading import Thread
 
 import pygame
 
-import mopidy
-from mopidy import core
+from mopidy import core, utils
 import pykka
 
 from .screen_manager import ScreenManager
@@ -79,7 +78,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
                 else:
                     self.screen_manager.event(event)
         pygame.quit()
-        mopidy.utils.process.exit_process()
+        utils.process.exit_process()
 
     def on_start(self):
         try: