
Replace dict.iteritems() with dict.items() Replace dict.iterkeys() with dict.keys() Change dict.keys() to list(dict.keys()) Story: 2002909 Task: 24564 Change-Id: Icf5ef6cc9947a87ee8e013d1225b3f36914e6678 Signed-off-by: Sun Austin <austin.sun@intel.com>
Description
StarlingX miscellaneous tools and utilities
Languages
Shell
53.7%
Python
39.1%
C
3.3%
Makefile
1.3%
HTML
1.1%
Other
1.3%