08f186a6e1
Modify some codes in order to make them meet the Python3 common pattern. In this patch,I replace filter(lambda obj: test(obj),data) with[obj for obj in data if test(obj)] Change-Id: I68e76f91dc31aa0e00124c1eb76a0a1f0178cc44 |
||
---|---|---|
.. | ||
v2 | ||
__init__.py | ||
base.py |