X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b29df3fee8df15257347a9df63a390128374b03..2ef5a0b05eb0a79ea3d0c94c67f47ceb3ad49898:/wxPython/src/misc.i diff --git a/wxPython/src/misc.i b/wxPython/src/misc.i index 1a1ed143fa..2919e201e0 100644 --- a/wxPython/src/misc.i +++ b/wxPython/src/misc.i @@ -10,8 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// - -%module misc +%module _misc //--------------------------------------------------------------------------- @@ -25,10 +24,9 @@ //--------------------------------------------------------------------------- %import core.i -%pythoncode { wx = core } -%pythoncode { __docfilter__ = wx.__docfilter__ } +%pythoncode { wx = _core } -%include _misc_rename.i +%include __misc_rename.i MAKE_CONST_WXSTRING_NOSWIG(EmptyString);