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:
parent
71ed12a01e
commit
31e36465d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user