Direktori : /opt/imh-python/lib/python3.9/site-packages/pyroute2/remote/ |
Current File : //opt/imh-python/lib/python3.9/site-packages/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]