]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
New SWIG runtime files and api updates for the move to SWIG 1.3.22
[wxWidgets.git] / wxPython / src / misc.i
index 2919e201e0ec8f5ce50aa41a1279ed2c0833763e..270d49696da215c5c831a6d518ab1378b3ceb599 100644 (file)
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _misc
+%module(package="wx") _misc
 
 //---------------------------------------------------------------------------
 
 %{
 #include "wx/wxPython/wxPython.h"
 #include "wx/wxPython/pyclasses.h"
-#include "wx/wxPython/pyistream.h"
-    
+#include "wx/wxPython/pyistream.h"    
 %}
 
 //---------------------------------------------------------------------------