From f238e05d887a77289fd88334b005b6acf5929d39 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Fri, 2 May 2003 14:10:23 +0000 Subject: [PATCH] PN : changement de MMN/MTI en SINETICS --- Editeur/appli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editeur/appli.py b/Editeur/appli.py index d4e93ea1..eee465f9 100644 --- a/Editeur/appli.py +++ b/Editeur/appli.py @@ -164,7 +164,7 @@ class APPLI: """ texte = VERSION + '\n\n' texte = texte + 'EFICAS est un produit développé par \nEDF-Division Stratégie et Développement\n' - texte = texte + 'Equipe : MTI/MMN\n\n' + texte = texte + 'Equipe : SINETICS\n\n' texte = texte + 'Code utilisé : %s version %s\n' % (self.code,properties.version) return texte -- 2.39.2