Direktori : /proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/rads/ |
Current File : //proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/rads/exceptions.py |
"""Backwards compat for rads.exceptions""" # pylint: disable=unused-import from ._locking import LockError as S_LockError from ._users import CpuserError as UserDataError from .vz import VZError as HAError from ._globals import HAS_PARAMIKO if HAS_PARAMIKO: from .ssh import SSHError SocketError = OSError