summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2013-01-02 11:29:47 +0100
committerHanno Schlichting <hanno@hannosch.eu>2013-01-02 11:29:47 +0100
commit2852ba10b2bf0a9fcdcb9250ddd864aa0d0842ad (patch)
tree1d6b2af711976abb32c28925c58490286490dfe1
parente59725e76b6cb2a96b27852b6d728d3b9dbe89bb (diff)
downloadkazoo-2852ba10b2bf0a9fcdcb9250ddd864aa0d0842ad.tar.gz
remove duplicated line
-rw-r--r--kazoo/testing/harness.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kazoo/testing/harness.py b/kazoo/testing/harness.py
index 6d06689..0708cd6 100644
--- a/kazoo/testing/harness.py
+++ b/kazoo/testing/harness.py
@@ -132,7 +132,6 @@ class KazooTestHarness(object):
if self.client and self.client.connected:
self.client.delete('/', recursive=True)
self.client.stop()
- self.client.stop()
del self.client
else:
client = self._get_client()