Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / runtime / PyStdout.hxx
1 #ifndef _PYSTDOUT_HXX_
2 #define _PYSTDOUT_HXX_
3
4 #include <Python.h>
5 #include <iostream>
6
7 namespace YACS
8 {
9   namespace ENGINE
10   {
11     PyObject * newPyStdOut( std::string& out );
12   }
13 }
14
15 #endif
16