Mercurial > public > mercurial-scm > hg-stable
diff hgext/bugzilla.py @ 7280:810ca383da9c
remove unused variables
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 28 Oct 2008 19:25:26 +0100 |
parents | 6b1ece890f9a |
children | 87158be081b8 |
line wrap: on
line diff
--- a/hgext/bugzilla.py Tue Oct 28 19:07:14 2008 +0100 +++ b/hgext/bugzilla.py Tue Oct 28 19:25:26 2008 +0100 @@ -88,7 +88,7 @@ self.ui.note(_('query: %s %s\n') % (args, kwargs)) try: self.cursor.execute(*args, **kwargs) - except MySQLdb.MySQLError, err: + except MySQLdb.MySQLError: self.ui.note(_('failed query: %s %s\n') % (args, kwargs)) raise