[Reportbug-commits] r679 - in trunk (bin/querybts debian/changelog)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 4 01:33:42 UTC 2009


    Date: Sunday, January 4, 2009 @ 01:33:28
  Author: morph
Revision: 679

bin/querybts

* bin/querybts
  - replaced 'ewrite' (since not defined) with 'print'; thanks to Ji?\197?\153?\195?\173
    Pale?\196?\141ek for the report and Luca Bruno for the patch; Closes: #492908

Modified:
  trunk/bin/querybts
  trunk/debian/changelog

Modified: trunk/bin/querybts
===================================================================
--- trunk/bin/querybts	2009-01-02 22:24:47 UTC (rev 678)
+++ trunk/bin/querybts	2009-01-04 01:33:28 UTC (rev 679)
@@ -181,7 +181,7 @@
             ui.long_message('*** Unable to import %s interface: %s '
                             'Falling back to %s interface.\n',
                             interface, msg, ui_mode)
-            ewrite('\n')
+            print
     ui.initialize ()
 
     reportre = re.compile(r'^#?(\d+)$')

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-02 22:24:47 UTC (rev 678)
+++ trunk/debian/changelog	2009-01-04 01:33:28 UTC (rev 679)
@@ -9,8 +9,11 @@
       report; Closes: #503425
   * reportbug/submit.py
     - get_email_addr is from utils, fixed the import and the instruction
+  * bin/querybts
+    - replaced 'ewrite' (since not defined) with 'print'; thanks to Jiří
+      Paleček for the report and Luca Bruno for the patch; Closes: #492908
 
- -- Sandro Tosi <morph at debian.org>  Fri, 02 Jan 2009 23:10:24 +0100
+ -- Sandro Tosi <morph at debian.org>  Sat, 03 Jan 2009 02:34:39 +0100
 
 reportbug (3.99.0) experimental; urgency=low
 




More information about the Reportbug-commits mailing list