From d3e6a1f2db0ff2050bfe0c659224bdc99dd5af4b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 9 Sep 2006 00:38:53 +0000 Subject: [PATCH] Remove some testing code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/py/PyShell.py | 2 -- 1 file changed, 2 deletions(-) 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.""" -- 2.47.2