]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/glcanvas/glcanvas.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / contrib / glcanvas / glcanvas.i
index ab3dd14b296dff41dede1a0830a74bae76c9b9f1..5c44932c06d48f492c57bdec95e1129b0f27f5a4 100644 (file)
@@ -14,7 +14,8 @@
 %define DOCSTRING
 "`GLCanvas` provides an OpenGL Context on a `wx.Window`."
 %enddef
-%module(docstring=DOCSTRING) glcanvas
+
+%module(package="wx", docstring=DOCSTRING) glcanvas
 
 %{
 #include "wx/wxPython/wxPython.h"