diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 339: fix bug from from downloader updates

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

Commit Message

Andy Doan June 28, 2012, 8:04 a.m. UTC
------------------------------------------------------------
revno: 339
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-06-28 02:59:26 -0500
message:
  fix bug from from downloader updates
  
  the utils.download function is still in use in the master code
modified:
  lava_dispatcher/client/master.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/client/master.py'
--- lava_dispatcher/client/master.py	2012-06-27 21:54:27 +0000
+++ lava_dispatcher/client/master.py	2012-06-28 07:59:26 +0000
@@ -37,6 +37,7 @@ 
     download_image,
     )
 from lava_dispatcher.utils import (
+    download,
     logging_spawn,
     logging_system,
     string_to_list,