binman: Remove use of Set()
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:39 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commitd141f6c1cacc754a691507db736a21b8eda2a630
tree797a51db4f643fa6ef8fb9f081febd37865055e0
parent35343dc41493666261e37a8a559b78eb2841a528
binman: Remove use of Set()

A new built-in set() is used in both Python 2 and 3 now. Move it to use
that instead of Set().

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/state.py