mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 14:15:41 +00:00
Fix import
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user