From: Robin Dunn Date: Sat, 9 Sep 2006 00:38:53 +0000 (+0000) Subject: Remove some testing code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d3e6a1f2db0ff2050bfe0c659224bdc99dd5af4b Remove some testing code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/py/PyShell.py b/wxPython/wx/py/PyShell.py index 299cc4f538..7793494938 100644 --- a/wxPython/wx/py/PyShell.py +++ b/wxPython/wx/py/PyShell.py @@ -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."""