From: Pascale Noyret Date: Thu, 25 Oct 2012 15:10:36 +0000 (+0000) Subject: include ds Carmel X-Git-Tag: LOGILAB~41 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d1eab47c1e366ab2a8b05c7e8b8f147dbf816295;p=tools%2Feficas.git include ds Carmel --- diff --git a/Ihm/I_MACRO_ETAPE.py b/Ihm/I_MACRO_ETAPE.py index 112639d5..f3744a7a 100644 --- a/Ihm/I_MACRO_ETAPE.py +++ b/Ihm/I_MACRO_ETAPE.py @@ -111,8 +111,11 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): if self.nom != "INCLUDE_MATERIAU": if self.parent.appli.ihm == "QT" : format=self.parent.appli.appliEficas.format_fichier + format="python" else : format=self.jdc.appli.format_fichier.get() + #on force a python pour Carmel + if format=="CARMEL3D" : format="python" if convert.plugins.has_key(format): # Le convertisseur existe on l'utilise p=convert.plugins[format]() @@ -788,14 +791,17 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): self.fichier_err=None try: + #if 1 : import Extensions.jdc_include self.JdC_aux=Extensions.jdc_include.JdC_include except: + #else: traceback.print_exc() self.make_incl2_except() raise try: + #if 1 : self.make_contexte_include(self.fichier_ini ,self.fichier_text) self.old_context_fichier_init=self.contexte_fichier_init self.parent.record_unit(unite,self) @@ -805,6 +811,7 @@ class MACRO_ETAPE(I_ETAPE.ETAPE): except : pass except: + #else: self.make_incl2_except() CONTEXT.set_current_step(self)