]> code.ossystems Code Review - openembedded-core.git/commit
devtool: make 2 functions public
authorEd Bartosh <ed.bartosh@linux.intel.com>
Sun, 30 Aug 2015 07:49:10 +0000 (10:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Aug 2015 10:36:44 +0000 (11:36 +0100)
commitf0e61a0d5597017c5f5d2dafb41118b79f505d9b
tree7299d6ff9a55685ca6875742c2338bbe9542f493
parentf69613ed9d56c6e6ba322d8c9db07b7ed802042a
devtool: make 2 functions public

Moved standard.py:_parse_recipe -> __init__.py:parse_recipe and
      standard.py:_get_recipe_file ->  __init__.py:get_recipe_file
to be able to call them from other modules.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/standard.py