12e671412b70a194cb21000f94cce824d9714ec0
- Replace 'range' with six.moves.range.
- Replace 'zip' with six.moves.zip.
- Reaplace 'map' with six.moves.map.
- Replace a/b with a//b to use interger division on python3.
- Replace dict.keys() with list(dict.keys()) to get a list on Python
3. On Python 3, dict.keys() now returns a view.
test:
- Changes were tested by running tox py27 and py36.
- Build iso with added changes and ran some basic functionality
Story: 2006796
Task: 41887
Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I5086832605752bdb00a40a24596494c8fd987692
(cherry picked from commit 9ed6740aeb)
stx-config
StarlingX Configuration Management
Description
Languages
Python
98%
Shell
1.6%
CSS
0.2%