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:
- device detection 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)
-----------DONE----------------

View File

@ -8,9 +8,9 @@ from core import debug
from core.eventData import fenrirEventType
import time
from threading import Thread
from multiprocessing import Process, Queue
from multiprocessing.sharedctypes import Value
from ctypes import c_bool
from multiprocessing import Process
#from multiprocessing.sharedctypes import Value
#from ctypes import c_bool
class processManager():
def __init__(self):