diff options
Diffstat (limited to 'kazoo/testing/harness.py')
| -rw-r--r-- | kazoo/testing/harness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/testing/harness.py b/kazoo/testing/harness.py index fa4427f..2d28a5b 100644 --- a/kazoo/testing/harness.py +++ b/kazoo/testing/harness.py @@ -1,10 +1,10 @@ """Kazoo testing harnesses""" +import atexit import logging import os import uuid import unittest -from kazoo import python2atexit as atexit from kazoo.client import KazooClient from kazoo.exceptions import KazooException from kazoo.protocol.connection import _CONNECTION_DROP, _SESSION_EXPIRED |
