summaryrefslogtreecommitdiff
path: root/kazoo/testing/harness.py
diff options
context:
space:
mode:
authorAlex Ungurianu <alex.ungurianu@protonmail.com>2022-11-29 11:59:05 +0000
committerGitHub <noreply@github.com>2022-11-29 11:59:05 +0000
commitf71da5f943e1a4b14174ddce9aa5daa6b3739449 (patch)
tree2a1331bdf5d7c657df9fec422d36cbc1af3d2091 /kazoo/testing/harness.py
parent4b1313530ed147288ee46366a1100eb26c6fde7c (diff)
parent74ecc0f2fd9d17e942de3c1f1cdcbc2c48b2bb1f (diff)
downloadkazoo-f71da5f943e1a4b14174ddce9aa5daa6b3739449.tar.gz
Merge pull request #678 from a-ungurianu/devx/bye_bye_six
refactor: Remove vestiges of python2 support
Diffstat (limited to 'kazoo/testing/harness.py')
-rw-r--r--kazoo/testing/harness.py2
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