@ -1,7 +1,5 @@
#!/usr/bin/env python3
import threading
import queue
import Queue as queue
class IllegalEventError(Exception):
pass