From: Paul Eggleton Date: Wed, 2 Mar 2016 10:44:20 +0000 (+1300) Subject: devtool: build-image: rename module X-Git-Tag: 2016-4~587 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e8f6db9436dfc923e236f2cbc08f357e3b24fd5d;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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