On Thu, Sep 17, 2009 at 09:43:21PM +0100, Guido Trotter wrote: > > On Thu, Sep 17, 2009 at 5:34 PM, Flavio Silvestrow > <[email protected]> wrote: > > +""" > > + > > + > > +from ganeti import errors > > we could do perhaps > from ganeti import errors as ganeti_errors > and > from nbma import errors (see below) > so we can define our own errors.
*if* (and only if) these utils will always be installed together with ganeti, it's acceptable to have a single errors module. if not, of course you'll need a completely separate set of errors. just a note. iustin
