Salome HOME
PN bug notation scientifique
[tools/eficas.git] / Accas / A_EVAL.py
index ab40f1234474868cdd4f12d4cfeafc21328a4a16..ba34e2be467b878a311b21de4d47ff768a5e8fdb 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
 # COPYRIGHT (C) 1991 - 2002  EDF R&D                  WWW.CODE-ASTER.ORG
@@ -17,8 +18,8 @@
 #
 #
 # ======================================================================
-from Noyau import N_EVAL 
+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)