[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-12-gdd14d15

Sandro Tosi morph at debian.org
Sat May 9 09:39:45 UTC 2009


The following commit has been merged in the master branch:
commit ae119a4c156fdb920826d2dd1da1c64f46fbcd45
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 11:34:40 2009 +0200

    fix MUAVERSION keys (to be strings, not refs to MUA dictionary)

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 6c0d882..9077d41 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -760,10 +760,10 @@ MUA = {
 MUA['nmh'] = MUA['mh']
 
 MUAVERSION = {
-    MUA['mutt'] : 'mutt -v',
-    MUA[ 'af'] : 'af -v ',
-    MUA['mh'] : '/usr/bin/mh/comp -use -file',
-    MUA['gnus'] : 'emacs --version',
+    'mutt' : 'mutt -v',
+    'af' : 'af -v ',
+    'mh' : '/usr/bin/mh/comp -use -file',
+    'gnus' : 'emacs --version',
     }
 
 def mua_exists(mua):

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list