forked from p15670423/monkey
Remove unused `DceRpcException` in `infection_monkey/exploit/tools/wmi_tools.py`
This commit is contained in:
parent
0c3e385c86
commit
e30c37f3ca
|
@ -10,10 +10,6 @@ __author__ = "itamar"
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class DceRpcException(Exception):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class AccessDeniedException(Exception):
|
class AccessDeniedException(Exception):
|
||||||
def __init__(self, host, username, password, domain):
|
def __init__(self, host, username, password, domain):
|
||||||
super(AccessDeniedException, self).__init__(
|
super(AccessDeniedException, self).__init__(
|
||||||
|
|
Loading…
Reference in New Issue