]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Python3 porting: stdout and stderr redirects in the embeded python console: small...
authorrnv <rnv@opencascade.com>
Fri, 19 May 2017 12:54:16 +0000 (15:54 +0300)
committerrnv <rnv@opencascade.com>
Fri, 19 May 2017 12:54:16 +0000 (15:54 +0300)
tools/PyInterp/src/PyInterp_Interp.cxx

index 84cca0222e46171237e504be271887eee2d8a138..677ddaf5343971c2fc8d7287c927da92e3e314ab 100644 (file)
@@ -142,7 +142,7 @@ static PyTypeObject PyStdOut_Type = {
   0,                            /*tp_weaklist*/
   0,                            /*tp_del*/
   0,                            /*tp_version_tag*/
-  0                             /*tp_finalize*/
+  0,                            /*tp_finalize*/
 };
 
 #define PyStdOut_Check(v)  ((v)->ob_type == &PyStdOut_Type)