Direktori : /proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pyroute2/remote/ |
Current File : //proc/thread-self/root/proc/self/root/opt/saltstack/salt/extras-3.10/pyroute2/remote/__init__.py |
try: from .iproute import RemoteIPRoute except ImportError: from pyroute2.common import failed_class RemoteIPRoute = failed_class('mitogen library is not installed') classes = [RemoteIPRoute]