Salome HOME
Merge Python 3 porting.
[modules/smesh.git] / src / Tools / MeshCut / meshcut_plugin.py
index a233673b8b6ce5e3b500adc6c7eb2c0ef55f01c9..9af5a33778090bf1a235a2b3cf82610fdb0a8b26 100644 (file)
@@ -21,9 +21,8 @@
 # if not, copy this file as ${HOME}/Plugins/smesh_plugins.py or ${APPLI}/Plugins/smesh_plugins.py
 
 def MeshCut(context):
-  # get context study, studyId, salomeGui
+  # get context study, salomeGui
   study = context.study
-  studyId = context.studyId
   sg = context.sg
   
   import os