ls1175 00f4459085 Fix use the fact that empty sequences are false
For sequences(strings, lists, tuples), in order to consistent with
pep8 recommendations, 'if len(seq)' should be replaced with 'if seq',
and 'if not len(seq)' should be replaced with 'if not seq'.

Change-Id: Ie7b6afbde07bb57a05b36d92a079c5355945b262
Closes-Bug: #1265688
2014-01-13 16:46:01 +08:00
..
2013-11-21 12:35:01 -05:00