summaryrefslogtreecommitdiffstats
path: root/lib/bb/tests/codeparser.py
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2016-10-09 16:34:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 10:59:49 +0000
commitd140f0ee6f301264e226914766d9f63558acfd6c (patch)
treec32908845747ab5718a12c9ecbefc89b2ba1fb84 /lib/bb/tests/codeparser.py
parentf981b68f66718d5b196684f4e378a5f195ff0337 (diff)
downloadbitbake-d140f0ee6f301264e226914766d9f63558acfd6c.tar.gz
COW.py: fix sample codes
The call of methods iteritems() and itervalues() in sample codes were replaced by items() and values() to convert to Python 3 by Bitbake rev d0f904d407f57998419bd9c305ce53e5eaa36b24. But the methods iteritems() and itervalues() belong to class COWDictMeta not class dict or set. The modifications should not be made in purpose that it fails to run sample codes, so revert them. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/tests/codeparser.py')
0 files changed, 0 insertions, 0 deletions