]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Wed, 21 Feb 2007 10:57:09 +0000 (10:57 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Wed, 21 Feb 2007 10:57:09 +0000 (10:57 +0000)
Interface/editor.py

index de37c9fa9d3befe133b7c2ddfef0bf2f64836b13..a9fc7b5a3f7d18fc5e5edec1bfc0ac2b5aac2221 100644 (file)
@@ -17,6 +17,7 @@ import prefs
 import configuration
 import panels
 import afficheErreur 
+import visualisation
 
 VERSION_EFICAS  = "EFICAS v1.11"
 VERSION_CODE    = session.d_env.cata
@@ -210,6 +211,7 @@ class JDCEditor(QSplitter):
                                    )
         jdc.analyse()
         txt= jdc.cr.get_mess_exception()
+        self.jdc = jdc
         if txt:
           # PN attention reporter ici les tests pour batch / ou non
           # if self.appli.test == 0 :