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():
|
||||
print >> sys.stderr, 'usage: xrced [-dhiv] [file]'
|
||||
|
||||
from wx.lib.mixins.inspection import InspectableApp
|
||||
class App(InspectableApp):
|
||||
class App(wx.App):
|
||||
def OnInit(self):
|
||||
self.Init()
|
||||
# Check version
|
||||
if wx.VERSION[:3] < MinWxVersion:
|
||||
wx.LogWarning('''\
|
||||
|
Reference in New Issue
Block a user