forked from p15670423/monkey
Agent: Remove disused PowerShellRemotingDisabledError
This commit is contained in:
parent
385449101d
commit
c28e200a25
|
@ -22,10 +22,6 @@ from infection_monkey.utils.threading import interruptible_iter
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class PowerShellRemotingDisabledError(Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class RemoteAgentCopyError(Exception):
|
class RemoteAgentCopyError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue