gnome-games r8265 - branches/gnome-2-24/gnome-sudoku/src



Author: rancell
Date: Thu Nov  6 11:27:46 2008
New Revision: 8265
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8265&view=rev

Log:
Catch errors writing to stdout (Bug #523062)

Modified:
   branches/gnome-2-24/gnome-sudoku/src/gnome-sudoku.in.in

Modified: branches/gnome-2-24/gnome-sudoku/src/gnome-sudoku.in.in
==============================================================================
--- branches/gnome-2-24/gnome-sudoku/src/gnome-sudoku.in.in	(original)
+++ branches/gnome-2-24/gnome-sudoku/src/gnome-sudoku.in.in	Thu Nov  6 11:27:46 2008
@@ -22,6 +22,7 @@
             self.stdout.write(data)
         except:
             pass
+import sys
 sys.stdout = SafeStdout()
 
 # Setup bugbuddy to report unhandled exceptions.



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