]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/simple.py
compilation fix for recent commit
[wxWidgets.git] / wxPython / demo / simple.py
index d73680348c063b1d24641f4889c974547eccaa83..2f1e3b9b41862f18f1c2899e5054a1f297ef500c 100644 (file)
@@ -39,6 +39,7 @@ class MyFrame(wxFrame):
 
 
     def OnButton(self, evt):
 
 
     def OnButton(self, evt):
+        print "OnButton"
         self.Close()
 
 app = wxPySimpleApp()
         self.Close()
 
 app = wxPySimpleApp()