projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
forcefully disable wxUSE_STD_STRING and wxUSE_STL for Digital Mars and Open Watcom
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
PyShell.py
diff --git
a/wxPython/wx/py/PyShell.py
b/wxPython/wx/py/PyShell.py
index 299cc4f5380d5cef367d1c9c23361869e7531119..7793494938978b3208c511f2bcda929422645a95 100644
(file)
--- 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."""