From ae12c40f3b9c28b989824efdbea8860c67b233fa Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Wed, 21 Feb 2007 10:57:09 +0000 Subject: [PATCH] *** empty log message *** --- Interface/editor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Interface/editor.py b/Interface/editor.py index de37c9fa..a9fc7b5a 100644 --- a/Interface/editor.py +++ b/Interface/editor.py @@ -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 : -- 2.39.2