9and3r hace 10 años
padre
commit
f62a67f9bc
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      mopidy_touchscreen/input/__init__.py

+ 5 - 1
mopidy_touchscreen/input/__init__.py

@@ -1,2 +1,6 @@
 # flake8: noqa
-from input_manager import InputManager
+from input_manager import InputManager
+try:
+    from gpio_inpput_manager import GPIOManager
+except ImportError:
+    pass