diff options
| author | Paul Burton <[email protected]> | 2017-09-14 14:34:44 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2018-07-10 14:50:50 -0600 |
| commit | b8c455500a08c75c4809e523d348027e72cda7ec (patch) | |
| tree | 2ed0c97c155bd3e8b342034fe3031019b9d7c051 /include/command.h | |
| parent | dffd56d1d270e4797e43272a6c9000b8b8aeaf29 (diff) | |
test/py: Use range() rather than xrange()
In python 3.x the xrange() function has been removed, and range()
returns an iterator much like Python 2.x's xrange(). Simply use range()
in place of xrange() in order to work on both python 2.x & 3.x. This
will mean a small cost on python 2.x since range() will return a list
there rather than an iterator, but the cost should be negligible.
Signed-off-by: Paul Burton <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Diffstat (limited to 'include/command.h')
0 files changed, 0 insertions, 0 deletions
