LGTM, thanks.
On Mon, Oct 7, 2013 at 4:37 PM, Jose A. Lopes <[email protected]> wrote: > Remove useless comments from 'lib/constants.py'. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/constants.py | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/lib/constants.py b/lib/constants.py > index 0cf3b91..99ac484 100644 > --- a/lib/constants.py > +++ b/lib/constants.py > @@ -406,9 +406,7 @@ EXIT_FAILURE = _constants.EXIT_FAILURE > EXIT_NOTCLUSTER = _constants.EXIT_NOTCLUSTER > EXIT_NOTMASTER = _constants.EXIT_NOTMASTER > EXIT_NODESETUP_ERROR = _constants.EXIT_NODESETUP_ERROR > -EXIT_CONFIRMATION = _constants.EXIT_CONFIRMATION # need user confirmation > - > -#: Exit code for query operations with unknown fields > +EXIT_CONFIRMATION = _constants.EXIT_CONFIRMATION > EXIT_UNKNOWN_FIELD = _constants.EXIT_UNKNOWN_FIELD > > # tags > -- > 1.8.4 > > -- 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, Christine Elizabeth Flores
