summaryrefslogtreecommitdiff
path: root/eventlet/__init__.py
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2016-12-22 04:35:14 +0300
committerSergey Shepelev <temotor@gmail.com>2016-12-22 04:35:14 +0300
commit66ad70c5189310db5c5b8916908581b391463343 (patch)
tree23595394d6f68c79d3c268b3eddc5b85e5ec8847 /eventlet/__init__.py
parentf190122026463b28c587760c04b4d306ba61430e (diff)
downloadeventlet-error-is-timeout.tar.gz
Diffstat (limited to 'eventlet/__init__.py')
-rw-r--r--eventlet/__init__.py2
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