Cedric Brandily 86e9183a07 Inline "for val in [ref]" statements
This change increases readibility by inlining "for val in [ref]":

 for val in [ref]:
   f(val)

becomes:

 f(ref)

Change-Id: I8e1f95bd7eb99a25c6460beb2ac3230c53740181
2014-08-26 23:01:22 +02:00
..
2014-06-21 15:07:31 +08:00