Ported statemechine to python2
This commit is contained in:
parent
0736cbbe81
commit
f7bd632fae
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import threading
|
import threading
|
||||||
import queue
|
import Queue as queue
|
||||||
|
|
||||||
class IllegalEventError(Exception):
|
class IllegalEventError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue