]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Editeur/listePatrons.py
Salome HOME
gestion des listes et label sur 2
[tools/eficas.git] / Editeur / listePatrons.py
index 3de4e4f9c9abaab9e00e0d9febf1897a76259d8d..46c98908a207f2b3835c9e741e671d912287e85f 100644 (file)
@@ -1,9 +1,27 @@
+# Copyright (C) 2007-2013   EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 import os
 import re
 
 sous_menus={
-           "OPENTURNS_STUDY" : {0:{"Anne":"Std.comm"}},
-            "OPENTURNS_WRAPPER" : {0:{"Anne":"wrapper_exemple.comm"}},
+#          "OPENTURNS_STUDY" : {0:{"Essai":"Std.comm"}},
+#            "OPENTURNS_WRAPPER" : {0:{"Essai":"wrapper_exemple.comm"}},
            }
 
 class listePatrons :