On 16 May 2013 10:23, Thomas Thrainer <[email protected]> wrote: > All LUBackup* classes are extracted to backup.py. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > Makefile.am | 1 + > lib/cmdlib/__init__.py | 496 +-------------------------------------------- > lib/cmdlib/backup.py | 533 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 536 insertions(+), 494 deletions(-) > create mode 100644 lib/cmdlib/backup.py > > diff --git a/Makefile.am b/Makefile.am > index 8b26d97..b8346b7 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -316,6 +316,7 @@ cmdlib_PYTHON = \ > lib/cmdlib/node.py \ > lib/cmdlib/instance.py \ > lib/cmdlib/instance_utils.py \ > + lib/cmdlib/backup.py \
Please keep the ordering. Rest LGTM, thanks. Bernardo
