summaryrefslogtreecommitdiff
path: root/kazoo/retry.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/retry.py')
-rw-r--r--kazoo/retry.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kazoo/retry.py b/kazoo/retry.py
index 51e0784..f363772 100644
--- a/kazoo/retry.py
+++ b/kazoo/retry.py
@@ -2,6 +2,7 @@ from zookeeper import (
ClosingException,
ConnectionLossException,
OperationTimeoutException,
+ SessionExpiredException
)
@@ -15,6 +16,7 @@ class KazooRetry(object):
ClosingException,
ConnectionLossException,
OperationTimeoutException,
+ SessionExpiredException,
ForceRetryError
)