]> code.ossystems Code Review - openembedded-core.git/commit
wic: remove unused functions
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 4 May 2016 13:06:20 +0000 (16:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 06:26:42 +0000 (07:26 +0100)
commiteb87d591ef67f1953b2689430ef6c5a6a27a5b6e
tree266c14927ee0c6c12f91dc6efee899f4fc43898d
parent15e88714d6b0a93f72e8a19b083fcc1f2006e128
wic: remove unused functions

Removed 'raw', 'ask', 'choice' and 'pause' functions from
msger.py as they're not used in wic code and some of them
use raw_input, which is not present in Python 3.

[YOCTO #9412]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/msger.py