Difference for plugins/cfpython/cfpython.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 806
 
Line 806
     cf_init_plugin( gethook );      cf_init_plugin( gethook );
     cf_log(llevDebug, "CFPython 2.0a init\n");      cf_log(llevDebug, "CFPython 2.0a init\n");
   
       init_object_assoc_table();
   
     Py_Initialize();      Py_Initialize();
     Crossfire_ObjectType.tp_new = PyType_GenericNew;      Crossfire_ObjectType.tp_new = PyType_GenericNew;
     Crossfire_MapType.tp_new    = PyType_GenericNew;      Crossfire_MapType.tp_new    = PyType_GenericNew;


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:59