diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 508: Import subprocess module which is used in lava dispatcher's utils.

Message ID 20121219060514.20777.3534.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Senthil Kumaran Dec. 19, 2012, 6:05 a.m. UTC
------------------------------------------------------------
revno: 508
committer: Senthil Kumaran <senthil.kumaran@linaro.org>
branch nick: trunk
timestamp: Wed 2012-12-19 11:16:44 +0530
message:
  Import subprocess module which is used in lava dispatcher's utils.
modified:
  lava_dispatcher/utils.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/utils.py'
--- lava_dispatcher/utils.py	2012-12-18 19:50:48 +0000
+++ lava_dispatcher/utils.py	2012-12-19 05:46:44 +0000
@@ -28,6 +28,7 @@ 
 import threading
 import time
 import urlparse
+import subprocess
 from shlex import shlex
 
 import pexpect