Don't set a module attribute for the *_swigregister functions, just

call the one in the extension module directly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-18 16:15:41 +00:00
parent d306ba9b27
commit 1767b394f0
2 changed files with 19 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ swig-1.3.29.patch
Added support for dropping the leading wx from wxNames using
%rename("%(wxpy)s") "";
Don't set a module attribute for the *_swigregister functions,
just call the one in the extension module directly.
------------------------------------------------------------------------