]> git.saurik.com Git - wxWidgets.git/commitdiff
a little tweak to the debug code (commented out)
authorRobin Dunn <robin@alldunn.com>
Mon, 13 Feb 2006 19:20:24 +0000 (19:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 13 Feb 2006 19:20:24 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 9632a378fcaae1286183666b55b15f413956ffee..19ee3de034b87f92df9821e3f9d98505c502677f 100644 (file)
@@ -36,8 +36,8 @@ import images
 
 # For debugging
 ##wx.Trap();
-##print "wx.VERSION_STRING = ", wx.VERSION_STRING
-##print os.getpid();
+##print "wx.VERSION_STRING = %s (%s)" % (wx.VERSION_STRING, wx.USE_UNICODE and 'unicode' or 'ansi')
+##print "pid:", os.getpid()
 ##raw_input("Press Enter...")