X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..78577dcb71a8d748b9f5708321c3956c8b83bbe1:/wxPython/src/windows.i diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index 4510c4f996..2591e356c3 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -10,8 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// - -%module windows +%module _windows //--------------------------------------------------------------------------- @@ -24,9 +23,10 @@ //--------------------------------------------------------------------------- %import core.i -%pythoncode { wx = core } +%pythoncode { wx = _core } +%pythoncode { __docfilter__ = wx.__docfilter__ } -%include _windows_rename.i +%include __windows_rename.i MAKE_CONST_WXSTRING_NOSWIG(EmptyString);