X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=eventlet%2Feventlet%2Fsupport%2Fpylib.py;fp=eventlet%2Feventlet%2Fsupport%2Fpylib.py;h=0000000000000000000000000000000000000000;hb=358bd9258c2b6d2ee74de4dfd07a5123107abad4;hp=fdb06822ac18923069a9ae310a82f193c88ee536;hpb=376ff3bfe7071cc0793184a378c4e74508fb0d97;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/eventlet/eventlet/support/pylib.py b/eventlet/eventlet/support/pylib.py deleted file mode 100644 index fdb0682..0000000 --- a/eventlet/eventlet/support/pylib.py +++ /dev/null @@ -1,12 +0,0 @@ -from py.magic import greenlet - -import sys -import types - - -def emulate(): - module = types.ModuleType('greenlet') - sys.modules['greenlet'] = module - module.greenlet = greenlet - module.getcurrent = greenlet.getcurrent - module.GreenletExit = greenlet.GreenletExit