summaryrefslogtreecommitdiff
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-26 22:07:28 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-28 00:15:13 +0100
commit91b0aa890c5282746557ada7faa4b9a4353b23b4 (patch)
tree00d681367336fda4272e58b468b306d6de6bfe12 /gbp
parentb23f05bd62734439c845be1c0c322eabb4d5bcb6 (diff)
pychecker warning cleanups
(mostly unused variables and imports)
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 134d64f..c989afe 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -167,7 +167,7 @@ class GbpOptionParser(OptionParser):
self.__parse_config_files()
OptionParser.__init__(self, option_class=GbpOption, usage=usage, version='%s %s' % (self.command, gbp_version))
- def _is_boolean(self, option_name, *args, **kwargs):
+ def _is_boolean(self, dummy, *unused, **kwargs):
"""is option_name a boolean option"""
ret = False
try: