X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dce2bd223c2370f001f9ca93e04cbd437ff3f988..015fd9ef4833ec3d8b0043a1c7e448c8be4f734a:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index b10d9d60df..93df66902a 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module _core +%module(package="wx") _core %{ #include "wx/wxPython/wxPython_int.h" @@ -30,6 +30,7 @@ %native(_wxPySetDictionary) __wxPySetDictionary; %native(_wxPyFixStockObjects) __wxPyFixStockObjects; + %pythoncode { %#// Give a reference to the dictionary of this module to the C++ extension %#// code.