]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/core.i
Allow for Cmd-click on wxMac
[wxWidgets.git] / wxPython / src / core.i
index b10d9d60dfdc5c3d348deceaf4ace82c19fe089e..93df66902a7bce875a881473fef72d95fddbcaa1 100644 (file)
@@ -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.