From d87eb90bcf9f18e22e82aaa66f3a546eaf73d990 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Mon, 12 May 2003 16:15:33 +0000 Subject: [PATCH] modif commentaire version --- Editeur/appli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editeur/appli.py b/Editeur/appli.py index eee465f9..740b1eb8 100644 --- a/Editeur/appli.py +++ b/Editeur/appli.py @@ -163,7 +163,7 @@ class APPLI: Retourne un texte d'informations sur la session courante d'EFICAS """ texte = VERSION + '\n\n' - texte = texte + 'EFICAS est un produit développé par \nEDF-Division Stratégie et Développement\n' + texte = texte + 'EFICAS est un produit développé par \nEDF-R&D\n' texte = texte + 'Equipe : SINETICS\n\n' texte = texte + 'Code utilisé : %s version %s\n' % (self.code,properties.version) return texte -- 2.39.2