From: Josh Durgin Date: Thu, 13 Sep 2012 21:31:46 +0000 (-0700) Subject: nuke: add missing import X-Git-Tag: 1.1.0~2453 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d27806a2930087e696f32dd8f11f2695f4a7e90b;p=teuthology.git nuke: add missing import --- diff --git a/teuthology/nuke.py b/teuthology/nuke.py index 73e3e11d5..e90192ceb 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -299,6 +299,7 @@ def main(): ctx.pid, ctx.pid)) else: + import subprocess subprocess.check_call(["kill", "-9", str(ctx.pid)]); nuke(ctx, log, ctx.unlock, ctx.synch_clocks, ctx.reboot_all)