X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Noyau%2FN_CR.py;h=addfe661f88b76f05a920bc62def2ce3a58a8658;hb=a7d5f18fe322c770026b50343adc09ed0472c192;hp=f7b6439f3294cf6d841c7c49cf5b971aa769d3a9;hpb=7949edc0190c5f01f9cb19c4f8ea3894354b6bdf;p=tools%2Feficas.git diff --git a/Noyau/N_CR.py b/Noyau/N_CR.py index f7b6439f..addfe661 100644 --- a/Noyau/N_CR.py +++ b/Noyau/N_CR.py @@ -1,4 +1,5 @@ -#@ MODIF N_CR Noyau DATE 20/01/2003 AUTEUR DURAND C.DURAND +#@ MODIF N_CR Noyau DATE 14/09/2004 AUTEUR MCOURTOI M.COURTOIS +# -*- coding: iso-8859-1 -*- # CONFIGURATION MANAGEMENT OF EDF VERSION # ====================================================================== # COPYRIGHT (C) 1991 - 2002 EDF R&D WWW.CODE-ASTER.ORG @@ -18,6 +19,8 @@ # # # ====================================================================== + + """ Ce module contient la classe compte-rendu de validation """ @@ -68,7 +71,8 @@ class CR : def estvide(self): """ Retourne 1 si self ne contient aucun message grave (fatal ou exception) et - aucun CR qui en contienne, 0 sinon + aucun CR qui en contienne, + 0 sinon """ if self.crexception : return 0 if self.crfatal : return 0