Update of /cvsroot/wpdev/wolfpack/python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30951
Modified Files:
global.cpp
Log Message:
Compile fix
Index: global.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** global.cpp 2 Jul 2004 13:35:36 -0000 1.137
--- global.cpp 2 Jul 2004 21:01:19 -0000 1.138
***************
*** 1822,1826 ****
\description This function generates a list of all account names and returns it.
*/
! satic PyObject* wpAccountsList( PyObject* self, PyObject* args )
{
Q_UNUSED( self );
--- 1822,1826 ----
\description This function generates a list of all account names and returns it.
*/
! static PyObject* wpAccountsList( PyObject* self, PyObject* args )
{
Q_UNUSED( self );
***************
*** 2354,2360 ****
PyObject_SetAttrString( wpNamespace, "settings", mSettings );
- PyObject* mOptions = Py_InitModule( "_wolfpack.options", wpOptions );
- PyObject_SetAttrString( wpNamespace, "options", mOptions );
-
PyObject* mDatabase = Py_InitModule( "_wolfpack.database", wpDatabase );
PyObject_SetAttrString( wpNamespace, "database", mDatabase );
--- 2354,2357 ----
|