From: Robin Dunn Date: Fri, 5 Mar 2004 23:57:45 +0000 (+0000) Subject: Add the wx module to the namespace X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31e36465d04801f77b6880355c3bb07bded2a650 Add the wx module to the namespace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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