[jhbuild/release-team-commands] Update to the new Command.run() signature



commit c10e6676534aa79b707948391648929157acee60
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Feb 8 21:20:32 2010 +0100

    Update to the new Command.run() signature

 jhbuild/commands/goalreport.py    |    2 +-
 jhbuild/commands/twoninetynine.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/commands/goalreport.py b/jhbuild/commands/goalreport.py
index 50e770e..f79cd62 100644
--- a/jhbuild/commands/goalreport.py
+++ b/jhbuild/commands/goalreport.py
@@ -314,7 +314,7 @@ class cmd_goalreport(Command):
             self.checks.append(check)
 
 
-    def run(self, config, options, args):
+    def run(self, config, options, args, help=None):
         if options.output:
             output = StringIO()
             global curses
diff --git a/jhbuild/commands/twoninetynine.py b/jhbuild/commands/twoninetynine.py
index 4c4bbcb..134b979 100644
--- a/jhbuild/commands/twoninetynine.py
+++ b/jhbuild/commands/twoninetynine.py
@@ -190,7 +190,7 @@ relative to the number of deprecated symbols in use (&lt;5/&lt;20/&gt;=20).
                         action='store_true', dest='list_all_modules', default=False),
             ])
 
-    def run(self, config, options, args):
+    def run(self, config, options, args, help=None):
         options.cache = 'twoninetynine.pck'
         if options.nocache:
             options.cache = None



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]