remove unneded imports
This commit is contained in:
parent
c92ded42ba
commit
4d1c211989
@ -4,8 +4,6 @@ Things with not so deep knowledge needed are marekd wiht "(Easy for contribution
|
|||||||
Fix Bugs:
|
Fix Bugs:
|
||||||
- device detection is broken
|
- device detection is broken
|
||||||
- arrow up/down announcement is broken
|
- arrow up/down announcement is broken
|
||||||
- let drivers choos between threads and process
|
|
||||||
(split eventManager and processManager)
|
|
||||||
- Wlan is disabled on Lenovo (LED is not synced?, needs debug bgid)
|
- Wlan is disabled on Lenovo (LED is not synced?, needs debug bgid)
|
||||||
|
|
||||||
-----------DONE----------------
|
-----------DONE----------------
|
||||||
|
@ -8,9 +8,9 @@ from core import debug
|
|||||||
from core.eventData import fenrirEventType
|
from core.eventData import fenrirEventType
|
||||||
import time
|
import time
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from multiprocessing import Process, Queue
|
from multiprocessing import Process
|
||||||
from multiprocessing.sharedctypes import Value
|
#from multiprocessing.sharedctypes import Value
|
||||||
from ctypes import c_bool
|
#from ctypes import c_bool
|
||||||
|
|
||||||
class processManager():
|
class processManager():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user