diff -r be04706eacc9 -r 9aae456abab5 migration.py --- a/migration.py Tue Sep 27 16:04:30 2011 +0200 +++ b/migration.py Wed Sep 28 09:27:42 2011 +0200 @@ -201,8 +201,8 @@ if not ask_confirm or self.confirm(msg): return meth(*args, **kwargs) - def confirm(self, question, shell=True, abort=True, retry=False, pdb=False, - default='y'): + def confirm(self, question, # pylint: disable=E0202 + shell=True, abort=True, retry=False, pdb=False, default='y'): """ask for confirmation and return true on positive answer if `retry` is true the r[etry] answer may return 2