X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71ed12a01ef4ffbe42e11a5b65064ba6dafb87f0..ec656cfe29e03ea8dc86a7580cc5c26aaa8f1ad0:/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