On 16 May 2013 10:23, Thomas Thrainer <[email protected]> wrote: > Base classes holding common functionality is extracted into base.py. > Utility functions used by both base classes and subclasses is moved to > common.py. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > Makefile.am | 4 +- > lib/cmdlib/__init__.py | 538 > +------------------------------------------------ > lib/cmdlib/base.py | 536 ++++++++++++++++++++++++++++++++++++++++++++++++ > lib/cmdlib/common.py | 51 +++++ > 4 files changed, 595 insertions(+), 534 deletions(-) > create mode 100644 lib/cmdlib/base.py > create mode 100644 lib/cmdlib/common.py
LGTM, thanks. Bernardo
