]> code.ossystems Code Review - openembedded-core.git/commitdiff
devtool: build-image: rename module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 2 Mar 2016 10:44:20 +0000 (23:44 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Mar 2016 17:11:00 +0000 (17:11 +0000)
Hyphens aren't allowed in python identifiers, so you shouldn't use them
in module names or they are more difficult to import.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/build_image.py [moved from scripts/lib/devtool/build-image.py with 100% similarity]