On 16 May 2013 10:23, Thomas Thrainer <[email protected]> wrote: > Split instance.py further by extracting instance querying related > logical units and functions to instance_query.py.
Again, I'd mention cmdlib. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > Makefile.am | 1 + > lib/cmdlib/__init__.py | 5 +- > lib/cmdlib/instance.py | 407 +--------------------------------------- > lib/cmdlib/instance_query.py | 433 > +++++++++++++++++++++++++++++++++++++++++++ > lib/cmdlib/query.py | 2 +- > 5 files changed, 441 insertions(+), 407 deletions(-) > create mode 100644 lib/cmdlib/instance_query.py Rest LGTM, thanks. Bernardo
