mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Fix print statements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,10 +23,10 @@ import wx.lib.mixins.inspection
|
||||
import sys, os
|
||||
|
||||
# stuff for debugging
|
||||
print("Python", sys.version)
|
||||
print("wx.version:", wx.version())
|
||||
print("pid:", os.getpid())
|
||||
##print("executable:", sys.executable; raw_input("Press Enter..."))
|
||||
print("Python %s" % sys.version)
|
||||
print("wx.version: %s" % wx.version())
|
||||
print("pid: %s" % os.getpid())
|
||||
##print("executable: %s" % sys.executable); raw_input("Press Enter..."))
|
||||
|
||||
assertMode = wx.APP_ASSERT_DIALOG
|
||||
##assertMode = wx.APP_ASSERT_EXCEPTION
|
||||
|
||||
Reference in New Issue
Block a user