]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
adapt to wxGLCanvas changes
[wxWidgets.git] / wxPython / src / windows.i
index 2591e356c3788e57727e2de3c05ff266e8ba333a..dc94478a1157c602e6ec08dfe3f4b3ecd078ef04 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _windows
+%module(package="wx") _windows
 
 //---------------------------------------------------------------------------
 
@@ -24,9 +24,6 @@
 
 %import core.i
 %pythoncode { wx = _core }
-%pythoncode { __docfilter__ = wx.__docfilter__ }
-
-%include __windows_rename.i
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);