Removed useless input from buttonreader.py

This commit is contained in:
Sebastian Lohff 2014-12-27 20:30:08 +01:00
parent 3be71f4b80
commit 8120b51d01
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ class BaseInput(QtCore.QThread):
#print("player %d can answer now" % playerNo)
pass
class SerialThread(QtCore.QThread):
dataReady = QtCore.Signal(str)
class SerialInput(BaseInput):
def __init__(self, app, device, baudrate=9600, bytesize=8, parity='N', stopbits=1):
super(SerialInput, self).__init__(app)