From: eficas <> Date: Mon, 12 May 2003 16:15:33 +0000 (+0000) Subject: modif commentaire version X-Git-Tag: CCARDebutMod1809~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d87eb90bcf9f18e22e82aaa66f3a546eaf73d990;p=tools%2Feficas.git modif commentaire version --- 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