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.

7 lines
240B

  1. __time = __import__('time')
  2. from eventlet.patcher import slurp_properties
  3. __patched__ = ['sleep']
  4. slurp_properties(__time, globals(), ignore=__patched__, srckeys=dir(__time))
  5. from eventlet.greenthread import sleep
  6. sleep # silence pyflakes