]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Patches from KevinO that work around issues where the widget isn't
[wxWidgets.git] / wxPython / src / misc.i
index 1a1ed143faaa0b498ed34c5ab80e2f0287f60735..a6b6a4990436d25ad4f2a08f6796c92418b0c03f 100644 (file)
@@ -10,8 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-
-%module misc
+%module _misc
 
 //---------------------------------------------------------------------------
 
 //---------------------------------------------------------------------------
 
 %import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
 %pythoncode { __docfilter__ = wx.__docfilter__ }
 
-%include _misc_rename.i
+%include __misc_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);