]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/run.py
default style for statusbars varies by platform
[wxWidgets.git] / wxPython / demo / run.py
index bb1ea864437a8db98fbb5cb75d123fb353e303f7..336f5bf648171ca79b91d50af0a0b6d28d9d2b4c 100755 (executable)
@@ -64,6 +64,7 @@ class RunDemoApp(wx.App):
         menuBar.Append(menu, "&File")
 
         ns = {}
+        ns['wx'] = wx
         ns['app'] = self
         ns['module'] = self.demoModule
         ns['frame'] = frame