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