X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71ed12a01ef4ffbe42e11a5b65064ba6dafb87f0..69d818954b5e6e7b4b4e5093dd26dbe2d5f8546c:/wxPython/demo/run.py diff --git a/wxPython/demo/run.py b/wxPython/demo/run.py index bb1ea86443..336f5bf648 100755 --- a/wxPython/demo/run.py +++ b/wxPython/demo/run.py @@ -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