Changeset 3012 for cel/trunk/plugins/behaviourlayer/python/pytocel.cpp
- Timestamp:
- 2007-10-02 23:54:01 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cel/trunk/plugins/behaviourlayer/python/pytocel.cpp
r1122 r3012 57 57 }; 58 58 59 extern "C" void SWIG_init_cspace();60 extern "C" void SWIG_init_blcelc();61 //TODO temporary62 63 59 void InitPytocel () 64 60 { 65 61 Py_InitModule ("pytocel", PytocelMethods); 66 SWIG_init_cspace();67 SWIG_init_blcelc();68 //TODO temporary69 62 } 70 63
