diff --git a/mopidy_touchscreen/touch_screen.py b/mopidy_touchscreen/touch_screen.py index dd2cbb9..86e9fc1 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 .gpio_input_manager import GPIOManager + from .input import GPIOManager pins = {} pins['left'] = config['touchscreen']['gpio_left']