ensure-dirs: Don't convert list to tuple
authorMichael Hanselmann <hansmi@google.com>
Thu, 27 Sep 2012 14:42:33 +0000 (16:42 +0200)
committerMichael Hanselmann <hansmi@google.com>
Thu, 27 Sep 2012 14:46:29 +0000 (16:46 +0200)
commit39b8cd9409200150e880f92088883f3eed25c656
tree1b98b69cd91420bc7dd1105cad46dea02695ebd4
parentbb514a221e068b46b6ecf8cd30eb1d0a04c64182
ensure-dirs: Don't convert list to tuple

Tuples are data structures, not containers.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
lib/tools/ensure_dirs.py