On 14 May 2013 15:52, Thomas Thrainer <[email protected]> wrote: > LUTags* and their base class, TagsLU, are extracted to tags.py. An > additional shared function, _ShareAll, is extracted to common.py for > shared usage.
Shouldn't the move of _ShareAll be part of the previous patch? > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > Makefile.am | 3 +- > lib/cmdlib/__init__.py | 187 +------------------------------------------ > lib/cmdlib/common.py | 8 ++ > lib/cmdlib/tags.py | 210 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 222 insertions(+), 186 deletions(-) > create mode 100644 lib/cmdlib/tags.py Rest LGTM, thanks. Bernardo
