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]()
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)
except :
pass
except:
+ #else:
self.make_incl2_except()
CONTEXT.set_current_step(self)