From 31e36465d04801f77b6880355c3bb07bded2a650 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 Mar 2004 23:57:45 +0000 Subject: [PATCH] Add the wx module to the namespace git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/run.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0