Island: Rename cc/resources/events.py -> cc/resources/agent_events.py

This commit is contained in:
Shreya Malviya 2022-09-16 18:05:03 +05:30 committed by Mike Salvatore
parent ad30efcedd
commit f0d5545f28
2 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ from .ip_addresses import IPAddresses
from .agent_configuration import AgentConfiguration from .agent_configuration import AgentConfiguration
from .pba_file_upload import PBAFileUpload, LINUX_PBA_TYPE, WINDOWS_PBA_TYPE from .pba_file_upload import PBAFileUpload, LINUX_PBA_TYPE, WINDOWS_PBA_TYPE
from .pba_file_download import PBAFileDownload from .pba_file_download import PBAFileDownload
from .events import AgentEvents from .agent_events import AgentEvents
from .agents import Agents from .agents import Agents