]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Move full help code into the control module
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:11 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:27 +0000 (16:38 -0600)
commit48ba5856eb47dca0abc4d24e7c4e3ce1fd2628f1
treeb4e223e0aaa3f8ef923d6e91e32676356671e570
parentd3d5c1233156215c3c793e77dce72f2fdfe745f1
buildman: Move full help code into the control module

There is no good reason to keep this code separate. Move it into control.py
so it is easier to test.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/buildman.py
tools/buildman/control.py