Salome HOME
Copyright update 2021
[modules/geom.git] / src / GEOM_SWIG / VTKPluginBuilder.py
index 668cab2715ccb23823e5b9ffb780d84c1c743218..23f9ad8c169194907440a3076c086472e2d4a543 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2014-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2014-2021  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
@@ -24,7 +24,7 @@ from GEOM import IVTKOperations
 __libraryName__ = "VTKPluginEngine"
 
 def GetVTKPluginOperations(self):
-    anOp = self.GetPluginOperations(self.myStudyId, __libraryName__)
+    anOp = self.GetPluginOperations(__libraryName__)
     return anOp._narrow(IVTKOperations)
 
 ## Export the given shape into a file with given name in VTK format.