unused
This commit is contained in:
parent
9cf42c560b
commit
2b2f06d984
|
@ -407,12 +407,6 @@ class TransitServerState(object):
|
||||||
d += "-<unsided>"
|
d += "-<unsided>"
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def get_mood(self):
|
|
||||||
"""
|
|
||||||
:returns str: description of the current 'mood' of the connection
|
|
||||||
"""
|
|
||||||
return self._mood
|
|
||||||
|
|
||||||
@_machine.input()
|
@_machine.input()
|
||||||
def connection_made(self, client):
|
def connection_made(self, client):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user