forked from p15670423/monkey
Island: Rename agent_event_subscribers -> agent_event_handlers
This commit is contained in:
parent
03c49fe4da
commit
5742681b13
|
@ -1,7 +1,7 @@
|
|||
from common import DIContainer
|
||||
from common.event_queue import IAgentEventQueue
|
||||
from common.events import CredentialsStolenEvent
|
||||
from monkey_island.cc.agent_event_subscribers import (
|
||||
from monkey_island.cc.agent_event_handlers import (
|
||||
save_event_to_event_repository,
|
||||
save_stolen_credentials_to_repository,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue