Skip to content

Commit

Permalink
Merge pull request #378 from vespian/shutil-import
Browse files Browse the repository at this point in the history
Remove redundant shutil import from test harness code
  • Loading branch information
harlowja committed Jan 25, 2016
2 parents b296d16 + 0d04996 commit 917e732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kazoo/testing/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def stop(self):
def destroy(self):
"""Stop the ZooKeeper instance and destroy its on disk-state"""
# called by at exit handler, reimport to avoid cleanup race.
import shutil
self.stop()

shutil.rmtree(self.working_path, True)
Expand Down

0 comments on commit 917e732

Please sign in to comment.