Salome HOME
Merge branch 'nouvelEficas' of http://git.forge-pleiade.der.edf.fr/git/eficas into...
[tools/eficas.git] / Accas / A_EVAL.py
index dff258a9e2c8ff1312a702566fa42db3ab894749..b9c49cce0eef6fb9263a33e720d5d4bbc6aaa8aa 100644 (file)
@@ -1,5 +1,24 @@
-from Noyau import N_EVAL 
+# -*- coding: utf-8 -*-
+# Copyright (C) 2007-2015   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
+#
+from Ihm import I_EVAL 
 
-class EVAL(N_EVAL.EVAL):
+class EVAL(I_EVAL.EVAL):
    def __init__(self,str):
-      N_EVAL.EVAL.__init__(self,str)
+      I_EVAL.EVAL.__init__(self,str)