commit | 862f8e217abeface19986bc24e0b661d04e9e7d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:43 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | c6e39d3dde731b2b45a8e2897b117f2e7e7c4875 | |
parent | 9f5051af52beaa16d1aa348826b918a05b3cba9b [diff] |
binman: Use cls instead of self for class methods It is more common to use the name 'cls' for the class object of a class method, to distinguish it from normal methods, which use 'self' Update the binman tests accordingly. Signed-off-by: Simon Glass <sjg@chromium.org>