utils.FilterEmptyLinesAndComments: Return list
authorMichael Hanselmann <hansmi@google.com>
Thu, 4 Oct 2012 17:58:45 +0000 (19:58 +0200)
committerMichael Hanselmann <hansmi@google.com>
Fri, 5 Oct 2012 01:52:03 +0000 (03:52 +0200)
commit6a9b977826a6a45b28a9d9226c5d9b56ce8d72a6
treee5b656b4ec09f65d3f0101afe46f1196f00ee0f6
parent555b6cb18c14d6f7145b7fc754a1eb5231b92314
utils.FilterEmptyLinesAndComments: Return list

We don't use generators often and lists are easier to re-use.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>
lib/utils/text.py
test/ganeti.utils.text_unittest.py