commit | 4aea9540d7ef2bd4aef5da43f95605a2973a179d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:39 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:45 2019 -0600 |
tree | 797a51db4f643fa6ef8fb9f081febd37865055e0 | |
parent | d1ba61c090b956ea7968fe0918cc702384bb33ab [diff] |
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>