Browse Source

Ported statemechine to python2

pull/1/head
klonfish 9 years ago
parent
commit
f7bd632fae
  1. 4
      statemachinetest.py

4
statemachinetest.py

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

Loading…
Cancel
Save