diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2016-12-22 04:35:14 +0300 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2016-12-22 04:35:14 +0300 |
| commit | 66ad70c5189310db5c5b8916908581b391463343 (patch) | |
| tree | 23595394d6f68c79d3c268b3eddc5b85e5ec8847 /eventlet/__init__.py | |
| parent | f190122026463b28c587760c04b4d306ba61430e (diff) | |
| download | eventlet-error-is-timeout.tar.gz | |
Diffstat (limited to 'eventlet/__init__.py')
| -rw-r--r-- | eventlet/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eventlet/__init__.py b/eventlet/__init__.py index efbdbe6..929f0d9 100644 --- a/eventlet/__init__.py +++ b/eventlet/__init__.py @@ -23,6 +23,8 @@ if os.environ.get('EVENTLET_IMPORT_VERSION_ONLY') != '1': Timeout = timeout.Timeout with_timeout = timeout.with_timeout + wrap_is_timeout = timeout.wrap_is_timeout + is_timeout = timeout.is_timeout GreenPool = greenpool.GreenPool GreenPile = greenpool.GreenPile |
