remove left over TODO
parent
e0966570f6
commit
cfa7117d8a
1
util.py
1
util.py
|
@ -27,7 +27,6 @@ def error(message, is_exception=True, handle_gracefully=True):
|
||||||
sys.exit(EXIT_ERROR)
|
sys.exit(EXIT_ERROR)
|
||||||
|
|
||||||
# easy way to communicate across events
|
# easy way to communicate across events
|
||||||
#TODO: make thread safe
|
|
||||||
class Communication:
|
class Communication:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.lock = threading.Lock()
|
self.lock = threading.Lock()
|
||||||
|
|
Reference in New Issue