Skip to content
Snippets Groups Projects
  • qinchunhua's avatar
    9f596ffe
    Fix dict.values() PY3 compatible · 9f596ffe
    qinchunhua authored
    The dict.values()[0] will raise a TypeError in PY3
    as dict.values() doesn't return a list any more in PY3
    but a view of list.
    
    TrivialFix.
    
    Change-Id: I01297bb68e45db4d15800d2d42e08560da7346bd
    9f596ffe
    History
    Fix dict.values() PY3 compatible
    qinchunhua authored
    The dict.values()[0] will raise a TypeError in PY3
    as dict.values() doesn't return a list any more in PY3
    but a view of list.
    
    TrivialFix.
    
    Change-Id: I01297bb68e45db4d15800d2d42e08560da7346bd
build.py 35.16 KiB