X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSalomeApp%2Fpluginsdemo%2Fsmesh_plugins.py;h=b56ca2d2ec754f5e1bc2c2d97fefea660784d268;hb=4c2507fbb01f3b1c716f77ec5663043652313079;hp=2252fff75f32c1b11559566fc010b81d216a0e6b;hpb=91cc8846bfa36302f7ade6cb8aa380f03e90423e;p=modules%2Fgui.git diff --git a/src/SalomeApp/pluginsdemo/smesh_plugins.py b/src/SalomeApp/pluginsdemo/smesh_plugins.py index 2252fff75..b56ca2d2e 100644 --- a/src/SalomeApp/pluginsdemo/smesh_plugins.py +++ b/src/SalomeApp/pluginsdemo/smesh_plugins.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -#!/usr/bin/env python -# Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE +#!/usr/bin/env python3 +# Copyright (C) 2010-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 @@ -28,6 +27,6 @@ from minmax_plugin import * # register the function in the plugin manager if DEMO_IS_ACTIVATED: - salome_pluginsmanager.AddFunction('Get min or max value of control', - 'Get min or max value of control', + salome_pluginsmanager.AddFunction('Get min, max and average value of control', + 'Get min, max and average value of control', minmax)