remove unneded imports

This commit is contained in:
chrys 2017-08-03 22:50:41 +02:00
parent c92ded42ba
commit 4d1c211989
2 changed files with 3 additions and 5 deletions

View File

@ -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----------------

View File

@ -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):