1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: An extension module for miscelaneious stuff
7 // Created: 3-July-1997
9 // Copyright: (c) 2003 by Total Control Software
10 // Licence: wxWindows license
11 /////////////////////////////////////////////////////////////////////////////
16 //---------------------------------------------------------------------------
19 #include "wx/wxPython/wxPython.h"
20 #include "wx/wxPython/pyclasses.h"
21 #include "wx/wxPython/pyistream.h"
25 //---------------------------------------------------------------------------
28 %pythoncode { wx = core }
30 %include _misc_rename.i
33 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
36 // Include all the files that make up this module
55 //---------------------------------------------------------------------------