X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30fc5e8fee1557e4049d35d416d76a2bebdd8780..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/demo/run.py diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index d0734b6c97..3c27661e9e 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -21,7 +21,7 @@ import wx # This module uses the new wx namespace import sys, os # stuff for debugging -print "wx.VERSION_STRING = %s (%s)" % (wx.VERSION_STRING, wx.USE_UNICODE and 'unicode' or 'ansi') +print "wx.version:", wx.version() print "pid:", os.getpid() ##raw_input("Press Enter...")