]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Noyau/N_FORM.py
Salome HOME
gestion des listes et label sur 2
[tools/eficas.git] / Noyau / N_FORM.py
index f7026372aac170a1b22a483a2f4d75792b17ebfe..89ca09ce1fac63f187372d786c1905ca59899511 100644 (file)
@@ -1,11 +1,32 @@
+# coding=utf-8
+# 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 N_MACRO
 import N_FORM_ETAPE
 
+
 class FORM(N_MACRO.MACRO):
+
     """
-       Cette classe sert à définir dans le catalogue des objets de type
+       Cette classe sert à définir dans le catalogue des objets de type
        FORMULE pour ASTER.
        Elle surcharge la classe MACRO
     """
-    class_instance=N_FORM_ETAPE.FORM_ETAPE
-
+    class_instance = N_FORM_ETAPE.FORM_ETAPE