diff: Use difftype namedtuple
authorEd Bartosh <eduard.bartosh@intel.com>
Fri, 16 Jan 2015 12:16:31 +0000 (14:16 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Fri, 23 Jan 2015 12:51:32 +0000 (14:51 +0200)
commit0f7fab645b817204bc7aef09954fe795d0900272
tree3f5aabf4eed602abe0be18f6a374374c18c9fd62
parent3e4ddd5152a55ebb54bf7a8abe9b8c4d6023d42c
diff: Use difftype namedtuple

Introduced new sturcture difftype to handle project and manifest. This
should fix 2 pylint warnings: 'Too many local variables' and
'Too many arguments'.

Fixes: #2320
Change-Id: I9912193871da692ca9f297640f7ef593ecff9df5
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
repa/diff.py