Show
Ignore:
Timestamp:
2007-10-02 23:54:01 (4 years ago)
Author:
caedesv
Message:

adapted cel for bindingsplit merge into cs trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cel/trunk/plugins/behaviourlayer/python/pytocel.cpp

    r1122 r3012  
    5757}; 
    5858 
    59 extern "C" void SWIG_init_cspace(); 
    60 extern "C" void SWIG_init_blcelc(); 
    61 //TODO temporary 
    62  
    6359void InitPytocel () 
    6460{ 
    6561  Py_InitModule ("pytocel", PytocelMethods); 
    66   SWIG_init_cspace(); 
    67   SWIG_init_blcelc(); 
    68 //TODO temporary 
    6962} 
    7063