From c72d34b7ad886ebe443f821a419c3e190fb19c11 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 14 Sep 2022 16:12:39 +0530 Subject: [PATCH] Agent: Fix import in monkey.py --- monkey/infection_monkey/monkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/monkey.py b/monkey/infection_monkey/monkey.py index bfdbc5004..f4dd2cc4a 100644 --- a/monkey/infection_monkey/monkey.py +++ b/monkey/infection_monkey/monkey.py @@ -67,7 +67,7 @@ from infection_monkey.post_breach.actions.use_signed_scripts import SignedScript from infection_monkey.post_breach.actions.use_trap_command import TrapCommand from infection_monkey.post_breach.custom_pba import CustomPBA from infection_monkey.puppet.puppet import Puppet -from infection_monkey.SendAllAgentEventsToIsland import SendAllAgentEventsToIsland +from infection_monkey.send_all_events_to_island import SendAllAgentEventsToIsland from infection_monkey.system_singleton import SystemSingleton from infection_monkey.telemetry.attack.t1106_telem import T1106Telem from infection_monkey.telemetry.attack.t1107_telem import T1107Telem