mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 21:51:32 +00:00
Remove SupervisorMixin from ProcessManagingEventHandler
This commit is contained in:
parent
3506f5abb4
commit
387d07bc4a
@ -13,7 +13,7 @@ class ProcessManager(SupervisorMixin):
|
||||
self.commands[command]()
|
||||
|
||||
|
||||
class ProcessManagingEventHandler(EventHandlerBase, SupervisorMixin):
|
||||
class ProcessManagingEventHandler(EventHandlerBase):
|
||||
def __init__(self, anchor, supervisor_process_name):
|
||||
super().__init__(anchor)
|
||||
self.processmanager = ProcessManager(supervisor_process_name)
|
||||
|
Loading…
Reference in New Issue
Block a user