// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-%module _core
+%module(package="wx") _core
%{
#include "wx/wxPython/wxPython_int.h"
%native(_wxPySetDictionary) __wxPySetDictionary;
%native(_wxPyFixStockObjects) __wxPyFixStockObjects;
+
%pythoncode {
%#// Give a reference to the dictionary of this module to the C++ extension
%#// code.