summaryrefslogtreecommitdiff
path: root/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx')
-rw-r--r--cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx b/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx
new file mode 100644
index 000000000000..d733d1152dd8
--- /dev/null
+++ b/cad/salome-yacs/files/patch-runtime_DistributedPythonNode.cxx
@@ -0,0 +1,18 @@
+--- src/runtime/DistributedPythonNode.cxx.orig 2010-11-08 15:29:37.000000000 +0600
++++ src/runtime/DistributedPythonNode.cxx 2010-11-08 15:29:44.000000000 +0600
+@@ -17,6 +17,7 @@
+ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+ //
+
++#include "PyStdout.hxx"
+ #include "DistributedPythonNode.hxx"
+ #include "RuntimeSALOME.hxx"
+ #include "SalomeContainer.hxx"
+@@ -24,7 +25,6 @@
+
+ #include "PythonPorts.hxx"
+ #include "YacsTrace.hxx"
+-#include "PyStdout.hxx"
+
+ using namespace YACS::ENGINE;
+ using namespace std;