Files
2025-04-02 21:44:17 -07:00

9 lines
169 B
Python

import six
from eventlet.greenio.base import * # noqa
if six.PY2:
from eventlet.greenio.py2 import * # noqa
else:
from eventlet.greenio.py3 import * # noqa