daaafdb [frontend] explicitly cast map results to list

Authored and Committed by frostyx 8 years ago
    [frontend] explicitly cast map results to list
    On python3, the result of a map function is an iterator, not list