From 182134e3dbe3f8109b482a5ff5793b247a8ea32a Mon Sep 17 00:00:00 2001 From: 9and3r <9and3r@gmail.com> Date: Sun, 24 May 2015 23:17:10 +0200 Subject: [PATCH] Change GPIO manager --- mopidy_touchscreen/{input => }/gpio_inpput_manager.py | 0 mopidy_touchscreen/touch_screen.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename mopidy_touchscreen/{input => }/gpio_inpput_manager.py (100%) 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']