On Thu, May 16, 2013 at 8:05 PM, Bernardo Dal Seno <[email protected]>wrote:
> 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. > > Reworded: cmdlib: Extract instance query related functionality Split instance.py further by extracting instance querying related logical units and functions to instance_query.py. Signed-off-by: Thomas Thrainer <[email protected]> > > > > 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 > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Katherine Stephens
