mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 21:31:31 +00:00
FSMManager no longer owns the managed FSM
This commit is contained in:
parent
5776400990
commit
50c940b21d
@ -38,8 +38,8 @@ class TFWServer:
|
|||||||
|
|
||||||
|
|
||||||
class FSMManager:
|
class FSMManager:
|
||||||
def __init__(self, fsm_type):
|
def __init__(self, fsm):
|
||||||
self._fsm = fsm_type()
|
self._fsm = fsm
|
||||||
self.trigger_handlers = defaultdict(list)
|
self.trigger_handlers = defaultdict(list)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user