]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Use cls instead of self for class methods
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:43 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit193df45de8ed17543eec9c02c9e9bfa4b3b49fc2
treec6e39d3dde731b2b45a8e2897b117f2e7e7c4875
parentcb193f3dcdadfa5828bfb987b67241678079ec84
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>
tools/binman/ftest.py