mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
Use open() instead of file(). Use dict.items() instead of .iteritems(). Use collections.OrderedDict.items() instead of .iteritems().
Use open() instead of file(). Use dict.items() instead of .iteritems(). Use collections.OrderedDict.items() instead of .iteritems().