Add the wx module to the namespace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-05 23:57:45 +00:00
parent 71ed12a01e
commit 31e36465d0

View File

@ -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