diff --git a/mopidy_touchscreen/input/gpio_inpput_manager.py b/mopidy_touchscreen/gpio_inpput_manager.py similarity index 100% rename from mopidy_touchscreen/input/gpio_inpput_manager.py rename to mopidy_touchscreen/gpio_inpput_manager.py diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index bf8a103..dd2cbb9 100644 --- a/mopidy_touchscreen/touch_screen.py +++ b/mopidy_touchscreen/touch_screen.py @@ -53,7 +53,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener): self.gpio = config['touchscreen']['gpio'] if self.gpio: - from .input.gpio_input_manager import GPIOManager + from .gpio_input_manager import GPIOManager pins = {} pins['left'] = config['touchscreen']['gpio_left']