]> git.saurik.com Git - wxWidgets.git/commitdiff
Add the wx module to the namespace
authorRobin Dunn <robin@alldunn.com>
Fri, 5 Mar 2004 23:57:45 +0000 (23:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 5 Mar 2004 23:57:45 +0000 (23:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/run.py

index bb1ea864437a8db98fbb5cb75d123fb353e303f7..336f5bf648171ca79b91d50af0a0b6d28d9d2b4c 100755 (executable)
@@ -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