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.

9 lines
169B

  1. import six
  2. from eventlet.greenio.base import * # noqa
  3. if six.PY2:
  4. from eventlet.greenio.py2 import * # noqa
  5. else:
  6. from eventlet.greenio.py3 import * # noqa