]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove some testing code
authorRobin Dunn <robin@alldunn.com>
Sat, 9 Sep 2006 00:38:53 +0000 (00:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 9 Sep 2006 00:38:53 +0000 (00:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/py/PyShell.py

index 299cc4f5380d5cef367d1c9c23361869e7531119..7793494938978b3208c511f2bcda929422645a95 100644 (file)
@@ -13,8 +13,6 @@ __revision__ = "$Revision$"[11:-2]
 
 import wx
 import os
-print "PID:", os.getpid()
-raw_input("...")
 
 class App(wx.App):
     """PyShell standalone application."""