Explorar el Código

Fix import pygame

Ander hace 11 años
padre
commit
c6c5f64588
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      mopidy_touchscreen/screens/search_screen.py

+ 2 - 0
mopidy_touchscreen/screens/search_screen.py

@@ -1,3 +1,5 @@
+import pygame
+
 from base_screen import BaseScreen
 
 from ..input import InputManager