We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d780c64 + 2af444e commit 2d3011eCopy full SHA for 2d3011e
1 file changed
kazoo/testing/harness.py
@@ -1,10 +1,12 @@
1
"""Kazoo testing harnesses"""
2
-import atexit
+
3
import logging
4
import os
5
import uuid
6
import unittest
7
8
+from kazoo import python2atexit as atexit
9
10
from kazoo.client import KazooClient
11
from kazoo.exceptions import NotEmptyError
12
from kazoo.protocol.states import (
0 commit comments