From d36acc08e07a41714a97bfafdaa892c3c4d2b9cf Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 11 Jun 2007 14:21:18 +0000 Subject: [PATCH] =?utf8?q?Changement=20Pour=20Catalogue=20V9.0.30=20patch?= =?utf8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Aster/Cata/Utilitai/Sensibilite.py | 10 +++++++--- Aster/Cata/cataSTA9/cata.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Aster/Cata/Utilitai/Sensibilite.py b/Aster/Cata/Utilitai/Sensibilite.py index 5abbe646..f9dd3530 100644 --- a/Aster/Cata/Utilitai/Sensibilite.py +++ b/Aster/Cata/Utilitai/Sensibilite.py @@ -1,4 +1,4 @@ -#@ MODIF Sensibilite Utilitai DATE 16/05/2007 AUTEUR COURTOIS M.COURTOIS +#@ MODIF Sensibilite Macro DATE 16/05/2007 AUTEUR COURTOIS M.COURTOIS # -*- coding: iso-8859-1 -*- # CONFIGURATION MANAGEMENT OF EDF VERSION # ====================================================================== @@ -24,8 +24,12 @@ Module traite de la gestion des concepts sensibles : - corps de la macro MEMO_NOM_SENSI """ -import aster -from Utilitai.Utmess import U2MESS as UTMESS +# proctection eficas +try: + import aster + from Utilitai.Utmess import U2MESS as UTMESS +except: + pass _VIDE_ = '????????' diff --git a/Aster/Cata/cataSTA9/cata.py b/Aster/Cata/cataSTA9/cata.py index a81b8bc7..2efa8d8b 100644 --- a/Aster/Cata/cataSTA9/cata.py +++ b/Aster/Cata/cataSTA9/cata.py @@ -19239,7 +19239,7 @@ MECA_STATIQUE=OPER(nom="MECA_STATIQUE",op=46,sd_prod=evol_elas, # 1 AVENUE DU GENERAL DE GAULLE, 92141 CLAMART CEDEX, FRANCE. # ====================================================================== # RESPONSABLE GNICOLAS G.NICOLAS -from Utilitai.Sensibilite import memo_nom_sensi_ops +from Macro.Sensibilite import memo_nom_sensi_ops MEMO_NOM_SENSI=MACRO(nom="MEMO_NOM_SENSI",op=memo_nom_sensi_ops, UIinfo={"groupes":("Fonction",)}, -- 2.39.2