fix import bug
This commit is contained in:
parent
148864587b
commit
9d49a0ce06
|
@ -2,7 +2,7 @@ import logging, os, sys, stat
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from evdev import InputDevice, ecodes
|
from evdev import InputDevice, ecodes
|
||||||
from select import select
|
from select import select
|
||||||
from auxilary import waitForPath, freeBusyPath
|
from auxilary import waitForPath
|
||||||
import stateMachine
|
import stateMachine
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in New Issue