Salome HOME
Copyright update 2020
[modules/kernel.git] / src / DSC / DSC_Python / dsccalcium.py
index c0590c20bb12da98846be141be5d3ac266872c6c..a70a1272603ed71d0377e7283bc2cdf60df36a2e 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -42,7 +42,7 @@ class PyDSCComponent(SALOME_ComponentPy.SALOME_ComponentPy_i,
   """
   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)
     # create the DSC proxy
     self.proxy=calcium.PySupervCompo(orb,poa,contID,instanceName,interfaceName )