/opt/imh-python/lib/python3.9/site-packages/pyroute2/config
NameSizeModeActions
__pycache__/-0755rm
asyncio.py23400644editdlrm
eventlet.py2580644editdlrm
log.py5410644editdlrm
test_platform.py84970644editdlrm
version.py230644editdlrm
__init__.py13650644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/pyroute2/config/eventlet.py (258B)
import logging from pyroute2.config.asyncio import asyncio_config log = logging.getLogger(__name__) log.warning("Please use pyroute2.config.asyncio.asyncio_config") log.warning("The eventlet module will be dropped soon ") eventlet_config = asyncio_config