]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/demo/Main.py
DC change header change for wxMemoryDC and wxPostscriptDC.
[wxWidgets.git] / utils / wxPython / demo / Main.py
index e88d3395c7619db23767d177e1cf1e5c2b54ddfc..9b8b451988f93c0fb8fec38d5acd1a3032bd1ec1 100644 (file)
@@ -133,7 +133,7 @@ class wxPythonDemo(wxFrame):
         splitter2.SetMinimumPaneSize(20)
 
         # make our log window be stdout
-        sys.stdout = self
+        #sys.stdout = self
 
     #---------------------------------------------
     def WriteText(self, text):