X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5589b01ba74638fcf94ee21f5581b050ee233156..75d9e502238df95fa53c0030b1fac0d4f43e4025:/wxPython/demo/GridSimple.py diff --git a/wxPython/demo/GridSimple.py b/wxPython/demo/GridSimple.py index 0748d09f7e..26a19c59e4 100644 --- a/wxPython/demo/GridSimple.py +++ b/wxPython/demo/GridSimple.py @@ -242,7 +242,8 @@ class TestFrame(wx.Frame): if __name__ == '__main__': import sys - app = wx.PySimpleApp() + from wx.lib.mixins.inspection import InspectableApp + app = InspectableApp(False) frame = TestFrame(None, sys.stdout) frame.Show(True) #import wx.py