summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2021-07-05 21:58:53 +0200
committerGitHub <noreply@github.com>2021-07-05 12:58:53 -0700
commit4d46f5ad8ddbd860e5219965df0714bdc15062f6 (patch)
tree9d168185939829b9fc86a82aa9485da810e54435
parentd2ef655746cea8032fd6bd99dd21cc9658df56cd (diff)
downloadpymemcache-4d46f5ad8ddbd860e5219965df0714bdc15062f6.tar.gz
Allow us to import the KeepalivOpts from the root pymemcache namespace (#340)
-rw-r--r--pymemcache/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index 03ea796..00acc44 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -3,6 +3,7 @@ __version__ = '3.4.4'
from pymemcache.client.base import Client # noqa
from pymemcache.client.base import PooledClient # noqa
from pymemcache.client.hash import HashClient # noqa
+from pymemcache.client.base import KeepaliveOpts # noqa
from pymemcache.exceptions import MemcacheError # noqa
from pymemcache.exceptions import MemcacheClientError # noqa