From 7c91c4b6bcdefb995a8181262eafa1cc8704a75d Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 14 Dec 2007 09:56:54 +0000 Subject: [PATCH] *** empty log message *** --- InterfaceTK/appli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InterfaceTK/appli.py b/InterfaceTK/appli.py index ccb65047..c306c235 100644 --- a/InterfaceTK/appli.py +++ b/InterfaceTK/appli.py @@ -58,10 +58,10 @@ sys.path[:0]=[REPTK] VERSION="EFICAS v1.13" class APPLI: - def __init__ (self,master,code=prefs.code,fichier=None,test=0,ihm="TK") : + def __init__ (self,master,code=prefs.code,fichier=None,test=0,ihm="TK",salome=0) : self.ihm=ihm self.code=code - self.salome=0 + self.salome=1 self.top=master self.top.protocol("WM_DELETE_WINDOW",self.exitEFICAS) -- 2.39.2