Ver Fonte

Fix import

9and3r há 10 anos atrás
pai
commit
c5804d5c51
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mopidy_touchscreen/touch_screen.py

+ 1 - 1
mopidy_touchscreen/touch_screen.py

@@ -53,7 +53,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
         self.gpio = config['touchscreen']['gpio']
         if self.gpio:
 
-            from .gpio_input_manager import GPIOManager
+            from .input import GPIOManager
 
             pins = {}
             pins['left'] = config['touchscreen']['gpio_left']