projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove a(nother) guaranteed build failure until what is it testing
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
shell.py
diff --git
a/wxPython/wx/py/shell.py
b/wxPython/wx/py/shell.py
index 2232fd59b041682790d685ef3ea2df4a054106b1..8e1b0474f3cb05f6806cf6964a007ae6ef14b0b3 100644
(file)
--- a/
wxPython/wx/py/shell.py
+++ b/
wxPython/wx/py/shell.py
@@
-72,9
+72,10
@@
class ShellFrame(frame.Frame):
'the other half is still in the oven.\n\n' + \
'Shell Revision: %s\n' % self.shell.revision + \
'Interpreter Revision: %s\n\n' % self.shell.interp.revision + \
'the other half is still in the oven.\n\n' + \
'Shell Revision: %s\n' % self.shell.revision + \
'Interpreter Revision: %s\n\n' % self.shell.interp.revision + \
+ 'Platform: %s\n' % sys.platform + \
'Python Version: %s\n' % sys.version.split()[0] + \
'wxPython Version: %s\n' % wx.VERSION_STRING + \
'Python Version: %s\n' % sys.version.split()[0] + \
'wxPython Version: %s\n' % wx.VERSION_STRING + \
- 'Platform: %s\n' % sys.platform
+ ('\t(%s)\n' % ", ".join(wx.PlatformInfo[1:]))
dialog = wx.MessageDialog(self, text, title,
wx.OK | wx.ICON_INFORMATION)
dialog.ShowModal()
dialog = wx.MessageDialog(self, text, title,
wx.OK | wx.ICON_INFORMATION)
dialog.ShowModal()