Ported statemechine to python2

This commit is contained in:
klonfish 2015-05-18 14:33:26 +02:00
parent 0736cbbe81
commit f7bd632fae
1 changed files with 1 additions and 3 deletions

View File

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