]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_SWIG/STEPPluginBuilder.py
Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / GEOM_SWIG / STEPPluginBuilder.py
index 84ac4cf0ca653f9c6894ce68532e9caf82fd1723..4f38b2f8fa4e2928cbcf6f6365d2f9bbe0836143 100644 (file)
@@ -25,7 +25,7 @@ import GEOM
 __libraryName__ = "STEPPluginEngine"
 
 def GetSTEPPluginOperations(self):
-    anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
+    anOp = self.GetPluginOperations(__libraryName__)
     return anOp._narrow(ISTEPOperations)
 
 ## Export the given shape into a file with given name in STEP format.