Salome HOME
PYTHON3: Convert module to Python3
[samples/genericsolver.git] / src / GENERICSOLVER / GENERICSOLVER.py
index 3570acee53234bc4e0999237c7decb36edab5a26..5681f9f8c1826eb8b106ca4ad6f53c55efdfc438 100644 (file)
@@ -38,5 +38,5 @@ class GENERICSOLVER(GENERICSOLVER_ORB__POA.GENERICSOLVER_Gen,
     def __init__ ( self, orb, poa, contID, containerName, instanceName, 
                    interfaceName ):
         SALOME_ComponentPy.SALOME_ComponentPy_i.__init__(self, orb, poa,
-                    contID, containerName, instanceName, interfaceName, 0)
+                    contID, containerName, instanceName, interfaceName, False)
         SALOME_DriverPy.SALOME_DriverPy_i.__init__(self, interfaceName)