summaryrefslogtreecommitdiff
path: root/eventlet/__init__.py
diff options
context:
space:
mode:
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