// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-
-%module windows
+%module(package="wx") _windows
//---------------------------------------------------------------------------
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
- DECLARE_DEF_STRING(PanelNameStr);
- DECLARE_DEF_STRING(EmptyString);
-
%}
//---------------------------------------------------------------------------
%import core.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+
+%include __windows_rename.i
+
-%include _windows_rename.i
+MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
+MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
// Include all the files that make up this module