From a416e2c47108f82ad79f8829d81b5ff76e478b2f Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 6 Nov 2018 16:50:53 +0300 Subject: [PATCH] Python 3 porting --- src/Randomizer/RANDOMIZER.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Randomizer/RANDOMIZER.py b/src/Randomizer/RANDOMIZER.py index f134c48..0f5780b 100644 --- a/src/Randomizer/RANDOMIZER.py +++ b/src/Randomizer/RANDOMIZER.py @@ -35,7 +35,7 @@ class RANDOMIZER( RANDOMIZER_ORB__POA.RANDOMIZER, """ Constructor """ - SALOME_ComponentPy.SALOME_ComponentPy_i.__init__( self, orb, poa, contID, containerName,instanceName, interfaceName, 0 ) + SALOME_ComponentPy.SALOME_ComponentPy_i.__init__( self, orb, poa, contID, containerName,instanceName, interfaceName ) def getVersion( self ): """ -- 2.39.2