Merge lp:~stylesen/lava-scheduler/multinode into lp:lava-scheduler/multinode

Proposed by Senthil Kumaran S
Status: Merged
Approved by: Neil Williams
Approved revision: no longer in the source branch.
Merged at revision: 254
Proposed branch: lp:~stylesen/lava-scheduler/multinode
Merge into: lp:lava-scheduler/multinode
Diff against target: 14 lines (+1/-1)
1 file modified
lava_scheduler_app/models.py (+1/-1)
To merge this branch: bzr merge lp:~stylesen/lava-scheduler/multinode
Reviewer Review Type Date Requested Status
Linaro Automation & Validation Pending
Review via email: mp+171787@code.launchpad.net

Description of the change

Move utils.py to lava scheduler app.

To post a comment you must log in.
254. By Neil Williams

  Senthil Kumaran 2013-06-27 Move utils.py from scheduler daemon to scheduler app since it makes more
  sense to have it there.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_scheduler_app/models.py'
2--- lava_scheduler_app/models.py 2013-06-27 07:27:01 +0000
3+++ lava_scheduler_app/models.py 2013-06-27 12:20:41 +0000
4@@ -20,7 +20,7 @@
5 from dashboard_app.models import Bundle, BundleStream
6
7 from lava_dispatcher.job import validate_job_data
8-from lava_scheduler_daemon import utils
9+from lava_scheduler_app import utils
10
11 from linaro_django_xmlrpc.models import AuthToken
12
13
14=== renamed file 'lava_scheduler_daemon/utils.py' => 'lava_scheduler_app/utils.py'

Subscribers

People subscribed via source and target branches

to status/vote changes: