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)
commitb986b3bb192f772a7c81c69aafe59094df7d4b81
treec6e39d3dde731b2b45a8e2897b117f2e7e7c4875
parent6eace398072a62e74f10f412ffadfe51b7402395
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