X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54f9ee450905e98296e6afd1376b3d1e06a1e00f..83dea146e2523e2d73b810d01b460db2c9aca8da:/wxPython/src/windows.i diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index 2591e356c3..dc94478a11 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module _windows +%module(package="wx") _windows //--------------------------------------------------------------------------- @@ -24,9 +24,6 @@ %import core.i %pythoncode { wx = _core } -%pythoncode { __docfilter__ = wx.__docfilter__ } - -%include __windows_rename.i MAKE_CONST_WXSTRING_NOSWIG(EmptyString);