Salome HOME
Merge Python 3 porting.
[modules/geom.git] / src / GEOM_SWIG / BREPPluginBuilder.py
index 704f7574f78632ef99c8feb27cb110fa8495bd23..dca63433d13a8dcf7538f05308261bfbb5ad9c45 100644 (file)
@@ -24,7 +24,7 @@ from GEOM import IBREPOperations
 __libraryName__ = "BREPPluginEngine"
 
 def GetBREPPluginOperations(self):
-    anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
+    anOp = self.GetPluginOperations(__libraryName__)
     return anOp._narrow(IBREPOperations)
 
 ## Export the given shape into a file with given name in BREP format.