Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / GEOM_SWIG / IGESPluginBuilder.py
index 65fad3f195ba526882aa54d3fb7c1ac601d5f679..0e686ee9f2f47bfa9050f3d6b5d6e8fe1b5c49a7 100644 (file)
@@ -24,7 +24,7 @@ from GEOM import IIGESOperations
 __libraryName__ = "IGESPluginEngine"
 
 def GetIGESPluginOperations(self):
-    anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
+    anOp = self.GetPluginOperations(__libraryName__)
     return anOp._narrow(IIGESOperations)
 
 ## Export the given shape into a file with given name in IGES format.