[oe-commits] [openembedded-core] 04/48: devtool: build-image: rename module

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 23:13:47 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 67e31502eae40b8a17fc5dce2e2e7599b253d212
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Wed Mar 2 23:44:20 2016 +1300

    devtool: build-image: rename module
    
    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/lib/devtool/{build-image.py => build_image.py} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build_image.py
similarity index 100%
rename from scripts/lib/devtool/build-image.py
rename to scripts/lib/devtool/build_image.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list