]> code.ossystems Code Review - openembedded-core.git/commit
scripts/buildhistory-diff: use of argparse instead of optparse
authorDaniela Plascencia <daniela.plascencia@linux.intel.com>
Mon, 4 Sep 2017 21:05:26 +0000 (16:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Sep 2017 16:30:13 +0000 (17:30 +0100)
commite67b40c01fd98048035ca18595d87ae1be050ab4
tree676fb22128720d9cc06078944c1a3c932d2b5155
parent1ca7d8d89e35f55082d1708639e2146794730a0c
scripts/buildhistory-diff: use of argparse instead of optparse

Optparse is deprecated since version 2.7 and won't be developed further.
Argparse should be used instead as it provides better tools for parsing
and handling arguments.

[YOCTO #9635]

Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/buildhistory-diff