mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
upgrade the state machine classes
This commit is contained in:
parent
e80c1ad05a
commit
73aea89ada
|
@ -70,7 +70,7 @@ class TimeoutTransition(Transition):
|
|||
#
|
||||
|
||||
|
||||
class State:
|
||||
class State(object):
|
||||
|
||||
"""
|
||||
State
|
||||
|
@ -305,7 +305,7 @@ bacpypes_debugging(State)
|
|||
#
|
||||
|
||||
|
||||
class StateMachine:
|
||||
class StateMachine(object):
|
||||
|
||||
"""
|
||||
StateMachine
|
||||
|
@ -689,7 +689,7 @@ bacpypes_debugging(StateMachine)
|
|||
#
|
||||
|
||||
|
||||
class StateMachineGroup:
|
||||
class StateMachineGroup(object):
|
||||
|
||||
"""
|
||||
StateMachineGroup
|
||||
|
|
Loading…
Reference in New Issue
Block a user