]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyShell.py
moved vararg CRT functions wrappers to a new wxcrtvararg.h header
[wxWidgets.git] / 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."""