You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- import six
-
- from eventlet.greenio.base import * # noqa
-
- if six.PY2:
- from eventlet.greenio.py2 import * # noqa
- else:
- from eventlet.greenio.py3 import * # noqa
|