fix import bug

This commit is contained in:
petrucci4prez 2017-05-30 01:41:42 -04:00
parent 148864587b
commit 9d49a0ce06
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import logging, os, sys, stat
from threading import Thread
from evdev import InputDevice, ecodes
from select import select
from auxilary import waitForPath, freeBusyPath
from auxilary import waitForPath
import stateMachine
logger = logging.getLogger(__name__)