Removed test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1662,10 +1662,8 @@ def DictToString(d):
|
|||||||
def usage():
|
def usage():
|
||||||
print >> sys.stderr, 'usage: xrced [-dhiv] [file]'
|
print >> sys.stderr, 'usage: xrced [-dhiv] [file]'
|
||||||
|
|
||||||
from wx.lib.mixins.inspection import InspectableApp
|
class App(wx.App):
|
||||||
class App(InspectableApp):
|
|
||||||
def OnInit(self):
|
def OnInit(self):
|
||||||
self.Init()
|
|
||||||
# Check version
|
# Check version
|
||||||
if wx.VERSION[:3] < MinWxVersion:
|
if wx.VERSION[:3] < MinWxVersion:
|
||||||
wx.LogWarning('''\
|
wx.LogWarning('''\
|
||||||
|
Reference in New Issue
Block a user